Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Experts,
I have a requirement where I need to display all the fields in the model in a list box , that I have created using the field ($field).
Upon selection of field name in the list box created as in the above, listboxes for the selection has to be created.
For ex:
if I select one field name in the fields list box, new one list box for selected field should visible.
Similarly if I select 4 field names, that many list boxes has to be created.
Is there any way to achieve this?
Thanks in advance,
Prathip
Let's consider we have 5 fields in the model ,say
A,B,C,D,E.
I want a list box to display all the fields (A,B,C,D,E) as values.
When I select, say, A and C, I'd expect two new list boxed show up .
1 with Values of A and 2nd with values of C.
Hope the explanation is clear.
Thanks Prasanth.
Does it allow Multiple selection?