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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nboccassini
Partner - Creator
Partner - Creator

Hide row in pivot table

HI all,

I've a pivot table with 6 dimensions and some expression like this:

                                        EXPRESS 1     EXPRESS 2 ........

TOTAL

     ITALY                         1000                    20000

          A                            700                    .....

          B                            300                     .....

                                         300                    ......

                                         300                     ...............

          C

               D

               E

                    F

     FRANCE

.........

Is there a way to hide the sublevel with empty value of dimension?

4 Replies
Not applicable

Hi Gabriele,

Use Suppress null Value option for the dimension.Refer to the image.

Suppress null.PNG.png

nboccassini
Partner - Creator
Partner - Creator
Author

The problem is that dimensions 4-5-6 are not always empty and if I "suppress when value in null", qlikview suppress these dimensions for the entire pivot.

rbecher
MVP
MVP

Maybe you can combine the expressions in a way that if one expression is NULL all other expressions are also NULL:

Expression1 (Column1):

=if(IsNull(Column(1), Null(), <The-Expression1>)

Expression2 (Column2):

=if(IsNull(Column(2), Null(), <The-Expression2>)

etc.

Or with Set Analysis. But therefor we would need more details to help..

- Ralf

Astrato.io Head of R&D
marcus_sommer