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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

SET ANALYSIS

HI,

I WANT TO COUNT PROJECTS THAT-

Aggr(Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}ActualCurrentBook),PROJECT)>0

AND

Aggr(Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}BudgetCurrentBook),PROJECT)>0)

HOW SHOULD I WRITE THE EXPRESSION?

Labels (1)
5 Replies
adiarnon
Creator III
Creator III
Author


?

jyothish8807
Master II
Master II

Hi Adi,

can you please let me know the condition you want to implement?

Regards

KC

Best Regards,
KC
adiarnon
Creator III
Creator III
Author

I want to count the number of projects that

Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}ActualCurrentBook)>0

and

Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}BudgetCurrentBook)>0

jyothish8807
Master II
Master II

Hi Adi,

Is this you want?

Count({<[BUDGET VERSION]={'$(=vMaxBudgetVersion)'}>}Project)


Regards

KC

Best Regards,
KC
anbu1984
Master III
Master III

Count(If(Aggr(Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}ActualCurrentBook),PROJECT)>0,PROJECT))