Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
danelooman
Creator
Creator

Static HyperCube

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? 

Labels (1)
1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

Did you create the alternate state "Dane" in the master items?

View solution in original post

5 Replies
jwjackso
Specialist III
Specialist III

Could you set the qStateName (alternate state ) so that the filters would not change the content.

danelooman
Creator
Creator
Author

I tried below and it didn't work. Is my syntax correct? 

app.createCube({
   qStateName: "Dane" ,
   qDimensions : [{.....
jwjackso
Specialist III
Specialist III

Did you create the alternate state "Dane" in the master items?

danelooman
Creator
Creator
Author

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!

jwjackso
Specialist III
Specialist III

Unfortunately, I believe so.