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: 
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