|
Hi ,
I am trying to export data from a cube and putting in a CSV file. To do this i am creating a view , In that view i need to export data for 2 measures.
When i am creating the View in the subset for measure dimension i am wrinting as below.
SubsetCreate('Measure',Subsetname);
SubsetElementInsert('Measure',Subsetname,monthlyvalue,1);
When view is creating it creates with monthlyvalue (measure),
when i am extracting the data into the file it is missing some data because for those elements monthlyvalue is 0 for other measure there is data but it is not exporing into the file.
Here when i am extracting i am skipping the data which is 0 by using viewextractskipzerosets(cube,view,1).
Any one can help on this. |
|