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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

Create a drill down with Master Items on Dimension

Hi experts

In my script I have defined these new fields "Compliant" and "Not compliant":

If( match([Field A], '0', '3','4','5'), [Field A]) as [Compliant],

If( match([Field A], '1', '2'), [Field A]) as [Not Compliant],

Now I would like to create a "hierarchy" (drill down) in the App over "Master Items" and Dimension. Is there more coding necessary? The consumer need to drill-down over these two new fields and its assigend values.

Can you help?

Many thanks

tom

Labels (1)
0 Replies