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

Straight Table Hide Rows but Show Totals and Subtotals

Is there an easy way to hide row values but display the total in a Straight Table?

Example, I want to change this:

Name     Value1  Value2

Joe           1         4

Sally         1         3

Fred         1         4

Total        1        11

To this Result:

Name Value1   Value2

Joe                      4

Sally                    3

Fred                    4

Total          1            11

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Something like this: if(dimensionality()=0,max(Value1),'')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Something like this: if(dimensionality()=0,max(Value1),'')


talk is cheap, supply exceeds demand
Not applicable
Author

For most expressions this would work:  Make a straight table with no dimension. There will be only one row.

If your original straight table had calculated dimensions and/or totals that are sum of rows totals then this method may not work for you.

I've seen people make the straight table as small as possible by sliding up the lower boundary and then covering up the unwanted portion with an opaque text box.