Skip to main content
Newcomer
February 28, 2024

Unable to extract cube view data

  • February 28, 2024
  • 4 replies
  • 0 views

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.

ramittal_0-1709160646902.png

But I am getting below error

ramittal_1-1709160696895.png

 

4 replies

Veteran
February 29, 2024

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

Newcomer
February 29, 2024

.

RobbSalzmann
Legend
February 29, 2024

HI ramittal ,

Your use of XFGetValue is incorrect. 

RobbSalzmann_2-1709232282970.png

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.

RobbSalzmann_0-1709216270961.png

 






ramittalAuthor
Newcomer
February 29, 2024

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