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?