Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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