Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
PrashantRupani
Creator
Creator

Using Master Dimension in a expression

I have a Master Dimension called Region_DIM ( Country > State > City).

I am trying to implement a chart which should update based on the dimension chose in the filter drop down ( By Country, By Product, By Customer).

I am able to implement this successfully using a pick function. 

  =pick(DNO, Country, Product, Customer).

But the issue is when writing an expression it does not allow to reference the Master Dimension so that my expression should look like : ==pick(DNO, Region_DIM, Product, Customer).

It looks like this is a limitation in QS , however is there a work around to this. I'd appreciate any insights/solutions.

 

Thanks

PR

Labels (1)
0 Replies