Essbase calc script not working for dynamic members
Summary
Essbase calc script not working for dynamic membersContent
Hi,
We have calc script to extract data for multiple scenarios which included dynamic calc members as well
I have included @list("VP_ES","VP_FX") in my calc script. These are derived through formulas.
And have enabled Dynamic calc in data export options.
DataExportDynamicCalc ON;
But the script is returning data for all scenarios which are not listed in the list and are not dynamic calc, but not the members which are specified in the @list. Is there anything that I missing for retrieving data for calculated members.
0