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: 
Dabad
Partner - Contributor III
Partner - Contributor III

Total Column

Hi,

Could someone please tell if there is some way that i can remove column "+45" from my total , and  to put after my total column ?

Dabad_0-1652446400074.png

Thank you in advance,

 

Labels (1)
4 Replies
Dabad
Partner - Contributor III
Partner - Contributor III
Author

Table is - Pivot table

vinieme12
Champion III
Champion III

You can restrict  the dimension values as below

replace DimensionName with your column dimension name

=Aggr(if(Wildmatch(DimensionName,'+45'),null(),DimensionName),DimensionName)  <<--uncheck Show null values for this calculated dimension

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Dabad
Partner - Contributor III
Partner - Contributor III
Author

Hi, 

Thank you for your answer.

I have added expression like you proposed me 

=Aggr(if(Wildmatch([Aging Category],'+45'),null(),[Aging Category]),[Aging Category]) but the value is still included in column total

 

For example for first line should be 4 074 918 but i still have 5 946 176.

Dabad_0-1652689826024.png

Dabad_1-1652689895823.png

 

 

 

Thank you in advance for your help.

 

 

Dabad
Partner - Contributor III
Partner - Contributor III
Author

If I uncheck 'include null values' i will loose completely column '+45', i have to keep it, but to not be included in column 'Total'