Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bsbernabe
Creator
Creator

Only total in straight table in Column

Hi There,

There's any possible way that i can view only the total of Straight table in a simple way?

this is what i have:

this is what output that i need.

Regards Bing

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Sum(Aggr(Sum(Distinct {<DIVISIONCODE = {'HO'}>} RangeSum(NetWorkDays(SUSDATEFR1,SUSDATETO1), NetWorkDays(SUSDATEFR2,SUSDATETO2))), BADGENO,SUSDATEFR1, SUSDATEFR2, SUSDATETO1, SUSDATETO2))

View solution in original post

14 Replies
dsharmaqv
Creator III
Creator III

silmplly do HO+Branch

or

Column(1)+Column(2)

Show only total in straight table

girirajsinh
Creator III
Creator III

sum(Total HO)+sum(Total Branch)..that will display 29 in Top row and all rows.

If you want 29 should be displayed only in Header and not in rows, then I don't think that is possible or atleast I don't know.

stabben23
Partner - Master
Partner - Master

if( Dimensionality()=0,sum(Total Ho)+ sum(Total Branch),' ')

bsbernabe
Creator
Creator
Author

Thanks Deepak Sharma, we are same expression

29 value is from the Total Mode to show the Total

that is why the total is 29

but if i didn't use the TOTAL Mode

This is the output below:

But what i need to show is Only Total like below screenshot.

stabben23
Partner - Master
Partner - Master

use Expression Total and Dimensionality() function

ahaahaaha
Partner - Master
Partner - Master

Hi Bing,

In expression you want to hide and for text color use expression (adapt to your need)

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


1.jpg


Regards

Andrey



bsbernabe
Creator
Creator
Author

Hello There Thank you so much for all your respond i really appreciate,

so now i simplify my concern cause base on my original post its not possible.

Here my another concern, There's any way so get the total of Amount using expression not using Total Mode.

Regards,

Bing

sunny_talwar

Would you be able to share a sample where you doing this? Its difficult to see what you might be doing and it might be efficient if we see it for our-self

bsbernabe
Creator
Creator
Author

Here my QVW for reference of my Concern

Regards,

Bing