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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show only total in straight table

Hello everyone,

I'm trying to create monthly bonus report. Is there a way to show only total value in column 2 (Net Fixed Payroll), which is Net Fixed Payroll for Month in column 1 of some salesperson. I also want to sum total value from column 2 and column 7 and show it in column 8

like in the picture below.

1.png

I attach excel table like a example.

Any help means a lot. Thanks

1 Solution

Accepted Solutions
maxgro
MVP
MVP

in a straight table  to hide text

click on + on the expression you want to hide and for text color use expression (adapt to your need)

if(Dimensionality()=1,argb(0,0,0,0), black())

example Sales EUR

show only total.png

show only total 2.png

View solution in original post

5 Replies
PrashantSangle

Hi,

I am not sure about your 2 requirement but you can achieve your first requirement by,

Go to Chart Properties->Expression->select your expression->Total Mode->select Expression Total or (Sum) of Rows.

and select No Totals for those expression which you don't need to show total,

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Thanks max for your answer, but I need something else.

I want to show only total value of column 2 and other cell to have blank.

And in column 8 I need to sum total from column 2 and column 7 like in the picture or Excel.

Thanks

maxgro
MVP
MVP

in a straight table  to hide text

click on + on the expression you want to hide and for text color use expression (adapt to your need)

if(Dimensionality()=1,argb(0,0,0,0), black())

example Sales EUR

show only total.png

show only total 2.png

maxgro
MVP
MVP

column(2) + column(7)

Not applicable
Author

Thanks, it's perfect