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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

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
Specialist
Specialist
Author

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