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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple values in one field (display in a listbox)

Hi everybody,

take a look at some example data:

id | company | categories
-------------------------------------------------------------
1000 | Apple | computer;mobile;advertising
1001 | Microsoft | computer;software
1002 | Dell | computer

As you can see, the field "categories" can have multiple items separeted by a semicolon.
Now I want to display the values in a listbox. But NOT this way:

Listbox:
------------
computer;mobile;advertising (1)
computer;software (1)
computer (1)

I want to show the values this way:

Listbox:
------------
computer (3)
mobile (1)
advertising (1)
software (1)

Could you help me please?

Thank,
jup



Labels (1)
1 Solution

Accepted Solutions
biester
Specialist
Specialist

Hallo Juppinger,

I'd do it as in enclosed example.

Rgds,
Joachim

View solution in original post

1 Reply
biester
Specialist
Specialist

Hallo Juppinger,

I'd do it as in enclosed example.

Rgds,
Joachim