Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a listbox named as "GEO" with values "NAZ" , "LAS" and "EUZ" .
I want the list box to show all these and also "TOTAL" which will mean the selection of all three.
Is there a way to achieve this ?
Kindly help.
Thanks
Anvita
try this
load * inline [
GEO,NEWGEO
NAZ,NAZ
LAS,LAS
EUZ,EUZ
NAZ,TOTAL
LAS,TOTAL
EUZ,TOTAL
];
use NEWGEO in list box
You don't need a TOTAL option in a listbox as in QlikView, selecting nothing in a listbox selects all possible values in that field.
This is shown by the fact that the fields are white when unselected showing they are included in the current selection and are not grey (excluded).