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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis

Is there any one that can assist me with the line below: =Sum({$<[Account Type]={'Income Statement'},[ProjReport Sort]={'C.'}, [Job Code]={'>=$(2000)'} >} Amount) It does not work if I include the last section [Job Code]={'>=$(2000)'}

1 Reply
Not applicable
Author

Hi,

Your set analysis indicates when account type is income statement, projreport sort is C., and Job code is greater than 2000, calculate and show the sum of amount right?

Then you should change your [Job Code]={'>=$(2000)'} to [Job Code]={">2000"}

Qlikview help has good examples and it will help you to understand set analysis.

Ryan