Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Creator III
Creator III

Total not working

Hi experts

I have the following formula as master item measure:

if(Cap_D_W<>'7', networkdays(Floor(MonthStart(min(Date))), floor(MonthEnd(max(Date))))
, Floor(MonthEnd(Max(Date))) - Floor(MonthStart(Max(Date))) + 1)

How do I get the Sum in the Total row without using the property panel of the measure?

TomBond77_0-1690269493542.png

 

Labels (6)
2 Replies
Mark_Little
Luminary
Luminary

Hi,

Probably first worth checking how it is totaling and set it sum.

mark6505_0-1690270592132.png

 

TomBond77
Creator III
Creator III
Author

this is not the same as if it comes automatically from the formula. I fixed it meanwhile: sum(aggr(if(....