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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

Need help on expression creation

Hi All , I want to create an set analysis expression for below rule ,

Count(Distinct(Group_Name) )where sum(SAVINGS_USD < 0) over partition of group_Supplier
3 Replies
sunny_talwar

May be like this:

Count(DISTINCT {<Group_Name = {"=Sum(SAVINGS_USD) < 0"}>} Group_Name)

Please provide a sample if the above doesn't work for you.

agni_gold
Specialist III
Specialist III
Author

what about over partition of group_Supplier

sunny_talwar

That is what I am not sure about. Can you provide few rows of data with expected output you are looking to get?