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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
PBRM
Contributor II
Contributor II

Dynamic table

Hi all,

Any ideas how to solve my problem? I have a pivot table, something like:

 type Atype Btype Ctype D
name A-2--
name B-41-
name C----

 

To get a clear overview, I would like to skip all blank rows and columns to get something like:

 type Btype C
name A2-
name B41

 

Is there an easy way to get this done within a pivot table? 

 

thanks in advance!

Labels (2)
1 Solution

Accepted Solutions
Taoufiq_Zarra

hi,

@PBRM  check suppress when Value is Null in UserDimension

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
Taoufiq_Zarra

hi,

@PBRM  check suppress when Value is Null in UserDimension

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
PBRM
Contributor II
Contributor II
Author

I'm ashamed that I didn't come up with this myself. 🙈 Qlikview 1.01. Thanks Taoufiq ZARRA!!