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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Husky_Bab12
Contributor
Contributor

Match the fields in the group

Hi,

I've a group containing fields A,B,C,D,E

I need to use this fields in the calc.expression to

            show 1st chart when field a->b->c is selected

           show the second chart d->e

In Qlik view , we are using expression,

-> match(GetCurrentField(Group),'A','B','C') for the first chart

-> match(GetCurrentField(Group),'D','E') for the second chart

Can someone provide me if there any alternative approach for Qliksense?

Labels (4)
0 Replies