Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
?
Hi Adi,
can you please let me know the condition you want to implement?
Regards
KC
I want to count the number of projects that
Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}ActualCurrentBook)>0
and
Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}BudgetCurrentBook)>0
Hi Adi,
Is this you want?
Count({<[BUDGET VERSION]={'$(=vMaxBudgetVersion)'}>}Project)
Regards
KC
Count(If(Aggr(Sum({<[BUDGET VERSION]={$(vMaxBudgetVersion)}>}ActualCurrentBook),PROJECT)>0,PROJECT))