Keyser_Soze
10 months agoContributor
Export Data (Including Dynamic Calcs) using a DataBuffer
I am trying to export Data including dynamically calculated accounts using a DataBuffer (Not just base members but all intermediate levels). I can do this by looping over Accounts+U1+U2 combined wit...
- 10 months ago
There is no need for parentheses inside FilterMembers, just list all the filters you want to apply. I may be wrong, but I think you should be able to have multiple filters for the same dimension and they will act as OR, in the same way as in Calculate filters.
As for exporting dynamic data, I would recommed using FdxExecuteCubeView instead.