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

Need to display the count of active list box items

Hi Friends,

I have two list boxes 'Workflow_Names' and 'Session_Names'.

Each of them have relative items in each other.

I want to display the count of active items when I selected an item in any of the list box.

Please post your ideas...

Thanks in Advance,

Arun

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Try,

Count(Distinct Workflow_Names)

or GetSelectedCount(Workflow_Names)

View solution in original post

1 Reply
settu_periasamy
Master III
Master III

Try,

Count(Distinct Workflow_Names)

or GetSelectedCount(Workflow_Names)