Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

KPI and Filter Pane

Hi all,

In a sheet i have 2 KPI which displays the counts of invitations, 1 KPI displays counts invitations of all clients and other displays the count of selected clients.

1. KPI - Count(Invitation_id)

2. KPI - count({$<client_id={'1','2','3','4'}>}invitation_id)

I have added the filter pane with client_id when i tried to filter for client_id = 1. then the value changes only in 1st KPI but not in second KPI.

How can i have chnages in second KPI when client_id is selected in Filter pane.

Regards,

Kumar

1 Solution

Accepted Solutions
sunny_talwar

Try this for second KPI

Count({$*<client_id={'1','2','3','4'}>}invitation_id)

View solution in original post

1 Reply
sunny_talwar

Try this for second KPI

Count({$*<client_id={'1','2','3','4'}>}invitation_id)