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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Questien: how to count a string value

Hi,

i am starting to work with qlikview a few weeks ago.

I am able to count all string values in a column but a Special value.

For exampel the column is named Members an in a row the values are:

Klaus

Klaus, Bernd, Olaf

Olaf

Bernd, Manfred

i want to count the Name Klaus.

How do i have to create the code in qlik view?

thank you for your help

Jay

10 Replies
Anonymous
Not applicable
Author

Dear Community, thanks to all of you.

I got a solution with this:

LOAD Subfield(Name,',') as Name

FROM ...;

Then i changed the Settings in the listbox and it counts.

This solution is okay for the first step.

Thanks a lot.

Best regards

jay