Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,I've a group containing fields A,B,C,D,EI 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->eIn Qlik view , we are using expression,-> match(GetCurrentField(Group),'A','B','C') for the first chart
-> match(GetCurrentField(Group),'D','E') for the second chartCan someone provide me if there any alternative approach for Qliksense?