Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I'm new to qlikview, I would like to know how to create a selection list from the values contained in a script. I explain myself I have a set of fields with values (as in the table viewer below) and I wish that from a selection list I can highlight the histogram of the fields including #taux_resolution by example.
thank you for your reactions.
I would like to delete the fields % entities_name and annee from the selection list below.
For that particular case you can use:
=If(not Match($Field,'%entities_name','annee'), $Field)
Ruben, now it adds an entities_id column and it does not delete anything or hide the fields I want.
I don't see %entities_name or annee in that list...You can check how match works:
Add the fields you want to omit or load the list of field names in a field and use the expression I posted before.
Here are all the lines I would like to remove from the selection list.
when i use match () it does not give what i want.
please help me.
Hi Franck, I would need a sample to check what's happening.
Hi may be use HidePrefix varible in script and rename your fields with a specific prefix like a % or an _
in the script on the top you may declare the special variable like
set HidePrefix=%;
it does not work