Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table of values which is just composed of 4 Dimensions. I made an extension with it as a hyperCube but now if I select something it breaks because it filters the cube (exactly as it is supposed to). I wanted to convert it to a list instead so its static but it can only have one Dim? Is there a way for me to just get the unfiltered table of data that won't change on selections?
Did you create the alternate state "Dane" in the master items?
Could you set the qStateName (alternate state ) so that the filters would not change the content.
I tried below and it didn't work. Is my syntax correct?
app.createCube({
qStateName: "Dane" ,
qDimensions : [{.....
Did you create the alternate state "Dane" in the master items?
Thats it! Now will I have to create this master state on each app I throw this into? I'll go ahead and mark this as solved. Thank you so much!
Unfortunately, I believe so.