Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make a alternate state part of a dimension

Hi,

I have the alternate state and I want I a pivot table that the dimension cars should have the alternate state {Home}. How to do this?

only({Home} cars) didn´t work...

2 Replies
sunny_talwar

You want just one dimension to be from another state or all the dimension?

swuehl
MVP
MVP

Your dimension should be dimensional, not a single aggregated value, so at least try

=Aggr( Only({Home} cars), cars)

edit:

But you may also need to look at your expressions. I think it would be better if you explain your requirement in more detail, best by also uploading some sample data or sample QVW