Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
andradinu
Contributor III
Contributor III

TOTAL in straight-table?

Hi All,

I've created a straight-table and the total for 'OFF_INVOICE ' should be 12,88%

I use this expression:

=1-column(15)/column(13)

Why return me wrong result in Total?

ps:In attached xls is ok,but in qlikview (printscreen) is wrong

Regards,

Andra

22 Replies
Gysbert_Wassenaar

Try setting the total mode to sum of rows.


talk is cheap, supply exceeds demand
andradinu
Contributor III
Contributor III
Author

48%  too with total mode to sum of rows

Thanks a lot anyway!

Anonymous
Not applicable

Capture.PNG.png

Use Expression Total, instead of Sum of rows.

Expression Total will give you correct results.

Regards

Nitin

andradinu
Contributor III
Contributor III
Author

Nitin, with Expression Total also wrong result (48%)

Thank you too

tresesco
MVP
MVP

Try putting sum() around your expression:

=Sum((1-column(15)/column(13)))

andradinu
Contributor III
Contributor III
Author

Tresesco, whit sum give me "Allocated memory exceeded"  . Many thanks too

IAMDV
Luminary Alumni
Luminary Alumni

Did you try the below with "Expression Total" as TOTAL Setting?

1- ([Monthly Trend] / [Trend after on invoice])

Assuming these are the correct Label Names!

Cheers,

DV

andradinu
Contributor III
Contributor III
Author

48% 

Thanks you too

tresesco
MVP
MVP

Could you please post your example app with sample data?