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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide Expression Columns Apart From Total

Hi all,

As per the attached screenshot, I'd like to only show the TOTAL column for one of my expressions.

In the attached screenshot, I'd like to see All the 'S' values, and then only the very last 'P' value which is the total.
I don't want to change the font color as this will still leave the column and will also hide the TOTAL 'p' column.

Any ideas?

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's not possible. You can try adding a calculated dimension to a column with the p totals on the left side with the other dimension columns. If you have a dimension column DimA and an expression sum(Value) the you could use =aggr(sum(Value),DimA) as calculated dimension.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's not possible. You can try adding a calculated dimension to a column with the p totals on the left side with the other dimension columns. If you have a dimension column DimA and an expression sum(Value) the you could use =aggr(sum(Value),DimA) as calculated dimension.


talk is cheap, supply exceeds demand
Not applicable
Author

Great thanks very much. That has done the trick! Much appreciated.