
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you create the alternate state "Dane" in the master items?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you set the qStateName (alternate state ) so that the filters would not change the content.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried below and it didn't work. Is my syntax correct?
app.createCube({
qStateName: "Dane" ,
qDimensions : [{.....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you create the alternate state "Dane" in the master items?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, I believe so.
