The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

ramittal's avatar
ramittal
New Contributor II
2 years 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

 

4 Replies

  • 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.

     






  • OS_Pizza's avatar
    OS_Pizza
    Contributor III

    Can you post your cube view to see the whole picture.

  • ramittal's avatar
    ramittal
    New Contributor II

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