Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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)