Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
did you get a soultion for this? i have a similar problem.
Nop. I had to change the database model. Try creating a copy of the table.
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).