Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've created master dimension by
={[Alternate State Name]} Field name
Used the master dimension in chart, when I try to select any values in the master dimension it is not getting associated with other normal dimensions.
Please suggest any solution on this.
Thank you.
I don't think you can associate a master item to an alternate state. You can only do this at visual object level like a table, a chart, a filter...
Just like @vincent_ardiet_ also didn't understand about the alternative state and the master dimension.
Now associating that the alternative state is in a graph, for example if your filter fields have no impact with the alternative state, what you can do is insert $* into your expression. As an example below:
Sum({$*<YOUR_DIMENSION>}YOUR_MEASUREMENT)
you can refer the attached qvf file.