Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ArviAravind
Contributor
Contributor

Qlik sense Alternate States

Here is a simple example to explain my query.

Created 3 filters.

1.Date filter of AlternateState as default

2. Project selection filter of Alternate state as inherited.

3. Tools selection filter of Alternate state as State1(customised filter)

Now I have a kpi chart

Measure: count(distinct TicketId).

How do i incorporate all 3 filter selection in KPI chart expression??

Is there any other way to solve this???

1 Reply
Lisa_P
Employee
Employee

If your inherited state is taken from the default then you can add this to your expression:

count({State1 * $}distinct TicketId)