Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is anyone aware of an extension where you can show/hide columns based on which variable is selected? I have 3 measures but only 1 can be shown at a time, Qlikview you can show hide but not in the standard sense bar chart
Kev
You could use an if statement in the measure and define this.
e.g.
if(vAggSelect='OrderCount',Sum(OrderRecordCounter), Sum(LineSalesAmount))