Hello again... I have moved my application to Production after all testing checked out in my test environment. When I run the process no data is written. And it has to do with Zero Suppression. I have the consolidated Total member that was created being ruled to an N Level Element. If I manually cre...
a Create a consolidated total for your measures b Create an N level 'total' and rule (and feed) it from your consolidated total c Include the 'total' (only) in your source view d Pull the values from each measure via Cellgetn e Add them to the Asciioutput Pretty standard stuff IMO. Thank you, David...
Hello, first time poster here... :) I am attempting to asciioutput cube data to a CSV. It is a three dimension cube (Person, Date, Measures). The end result file format that I am trying to achieve is having a column for Person, Date and then a column for EACH measure. I successfully created a view w...