Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Add multiple filter

Hello,

Can you please help me in adding multiple filter in #kpi‌

At present i have used this formula

Count({$<Position={"changed"}>}distinct [Customer Name])

now i need to add another filter (year = 2016) to this.

Thank you in advance,

Sachin

1 Reply
sergio0592
Specialist III
Specialist III

Try with :

Count({$<Position={"changed"}, Year={2016}>}distinct [Customer Name])