Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to create a filter pane that lets the user choose which measure to show on the chart
I tried following the instructions given on this post (the second option):
but it's not working.
I thing the problem is somewhere with the variable i added as I was able to add a filter pane with the values I wated, but when I add a KPI, for example, and I assign the variable to it, it does not return the correct value.
I'm using Qlik Sense Enterprise
Hi,
Try this solution i hope it will help,
Step 1 :
Make inline table i.e. the list of your measure name
Measures_List:
load * inline [
MesList
Mes1
Mes2
Mes3
];
Step 2 :
Add Fiels to a filter pane
Step 3 :
compare your selected value & switch measure as condition satisfy
Or
you can add calculated condition to show error if needed
Hi,
Try this solution i hope it will help,
Step 1 :
Make inline table i.e. the list of your measure name
Measures_List:
load * inline [
MesList
Mes1
Mes2
Mes3
];
Step 2 :
Add Fiels to a filter pane
Step 3 :
compare your selected value & switch measure as condition satisfy
Or
you can add calculated condition to show error if needed