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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using alternate states in Dimensions

Hello,

How can you use alternate states in dimensions?

In a scatter plot i have 2 dimensions A and B, where B is an alternate state of A. How can i use an alternate state of A as a dimension in a chart?

Thanks in advance,

Regards

3 Replies
Anonymous
Not applicable
Author

did you get a soultion for this? i have a similar problem.

Not applicable
Author

Nop. I had to change the database model. Try creating a copy of the table.

Not applicable
Author

I got mine to work using the following:

=Aggr(Max({$<POSDate=P({[Alt Calendar]})>}POSDate),POSDate)

POSDate is my dimension, but it needed to be limited by my alternate state (Alt Calendar).