Forum Discussion

ramittal's avatar
ramittal
New Contributor II
10 months ago

Unable to extract cube view data

I am trying to extract a static cube view data but getting an error. The CubeView has all static members except the time dimension |WFTime| but I made it static in my code just to be sure. To begin with I only need the data table.

But I am getting below error

 

  • RobbSalzmann's avatar
    RobbSalzmann
    Valued Contributor II

    HI ramittal ,

    Your use of XFGetValue is incorrect. 

    The first parameter receives the argument name of the name = value pair that you pass in.  The second parameter is the default value if the value passed in is missing.

     






  • ramittal's avatar
    ramittal
    New Contributor II

    Actually I had an incorrect parameter causing the issue. I am good now, thanks