Forum Discussion

Akalya_N's avatar
Akalya_N
New Contributor
11 months ago

FDXExecuteDataunit

Hi Community...! Here I'm getting Zero but instead of this I want to get  accounts data for that...Can you please share me some insights or some reference for this...?
I'm using FDXExecuteDataunit method for this

 

  • MarcusH's avatar
    MarcusH
    Contributor III

    You haven't given us much information but I will give it a go. It is retrieving 107K rows - are they all zero or is that just the first page? You could try suppressing zeroes in the FDXExecuteDataUnit call. Have a look at this page 

    • Akalya_N's avatar
      Akalya_N
      New Contributor

      Nope...What I meant is, I can able to get raw data by using FDXExecuteDataunit, and then I want to manipulate rows and columns according to my requirements...
      My requirement is like, I want to display Jobname, Accounting method, Revenue, GP, Etc .. I can get Jobname and Accounting method from UD4 and UD5 but i just want to know, how to get remaining Account data.. In this below picture you can see how I want

       

       

      • JackLacava's avatar
        JackLacava
        Honored Contributor

        FdxExecuteDataUnit only retrieves stored records. Looks to me like you want a bunch of data from DynamicCalc accounts. For that, you'll have to set a Cube View and then use FdxExecuteCubeView instead.