Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ashwini_B
Contributor
Contributor

how to use filters dynamically for different KPI

Hi,

I am beginner in Qlik. I have few KPIs in my sheet and 3 fields as filters. the filter should work as below for the respective KPI. all the KPI are in same sheet.

1. for Spend amount - Value will follow the selection in the filters, such as Fiscal year, Supplier name, Cat Lead, etc.

2. For other KPI like Supplier in ARIBA, reg. supplier, Qualified supplier etc - The value shall not focus on the Fiscal year, but for the other filters such as Cat lead.

please refer the screengrab for better understanding. what should be the condition used here. i tried set analysis 

 

Ashwini_B_0-1674556441901.png

 

Labels (6)
1 Solution

Accepted Solutions
Steven35
Partner - Contributor III
Partner - Contributor III

Hi,

For other KPI like Supplier ARIBA You can write something like this in the SetAnalysis:

Count({< [Fiscal Year]= >} Suppliers)

The "=" will take all values, no matter if a selection is made in the field.

View solution in original post

2 Replies
Steven35
Partner - Contributor III
Partner - Contributor III

Hi,

For other KPI like Supplier ARIBA You can write something like this in the SetAnalysis:

Count({< [Fiscal Year]= >} Suppliers)

The "=" will take all values, no matter if a selection is made in the field.

Ashwini_B
Contributor
Contributor
Author

Thanks Steven. this worked