Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

nested set analysis

Hi All,

could you please let me know how to include set analysis in another one?

lets say i need to have sum({<Flag1={1}, sum(Costs)<>0 >} Sales)

I'm not sure how to surround the sum(Costs)<>0 with brackets and apostrophes.

Many thanks in advance

Tommy

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Sum({<Flag1 = {1}, OrderID = {"=Sum(Costs) <> 0"}>} Sales)

Here OrderID is the field where you want to check if Sum(Cost) <> 0 or not. You might need to use another field based on your requirement

View solution in original post

1 Reply
sunny_talwar

May be like this:

Sum({<Flag1 = {1}, OrderID = {"=Sum(Costs) <> 0"}>} Sales)

Here OrderID is the field where you want to check if Sum(Cost) <> 0 or not. You might need to use another field based on your requirement