Forum Discussion

Akalya_N's avatar
Akalya_N
New Contributor
2 years ago

FdxExecuteDataUnit

Hello Community...
       I can get only one cell data from using FdxExecuteDataUnit. But After that i want to get all data including Rows and Columns. So, For that any sample code...? or what format i need to use..?

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    FdxExecuteDataUnit will only produce base records in selected DataUnits (i.e. specific combinations of Cube/Scenario/Time/Entity/Parent/Consolidation members). For multiple DUs, you just need to pass filters where necessary (e.g. "E#Something.Base"). If you want more specific advice, you can post some of your code and people will point out where the problem might be.