Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to combine multiple fields in a listbox?

Hi everyone,

I have a source table like this:

Employeedogscatshorses

and want to have a listbox as a filter like this:

Animals

------------

dogs

cats

horses

rabbits

...

so that it returns all employees with cats, if I press cats in that listbox.

I tried it with

=if(cats='x',dual('cats',1),

if(dogs='x',dual('dogs',2),

but this ended up in garbage

any idea?

2 Replies
sunny_talwar

Have you thought about using CrossTable Load?

The Crosstable Load

Not applicable
Author

Hi,

You need use cross table.

Load your source table then advance -> advance and do this:

animals.png

After that press ok and reload.