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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

showing frequency of value in Listbox as Text

I have this Listbox

Tabelle.jpg

and I need to show the frequency of the values (i.e. B6) in an textbox as text, like this

Tabelle.jpg

Is this possible without doing it in the script, something like "count(if(PF='B6')"

Thanks a lot and best regards

Thomas

1 Solution

Accepted Solutions
Not applicable
Author

Yep, just use set analysis. See attached.

View solution in original post

4 Replies
Not applicable
Author

See attached.

Not applicable
Author

I forgot: without selecting the value

Later it has to look like this with many textboxes, each showing one value.

Tabelle.jpg

Not applicable
Author

Yep, just use set analysis. See attached.

Not applicable
Author

mhhh, I was thinking about a similar solution but always got an '-'

Thnak you very much