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: 
Aspiring_Developer
Specialist
Specialist

Suppressing null values in pivot table qliksense

Hello ,

Can anyone please tell me how can i suppress these values in pivot table qliksense:

Aspiring_Developer_0-1598976850958.png

 

1 Solution

Accepted Solutions
Kushal_Chawda

@Aspiring_Developer try below

alt(avg({<Flag={'1'}>}[Avg Hourly Rate]),0)

then uncheck "include zero values" option

View solution in original post

5 Replies
Prashant_Naik
Partner - Creator II
Partner - Creator II

Hi,

You can do that by unchecking the include null values checkbox from dimension.

Regards,

Prashant

Aspiring_Developer
Specialist
Specialist
Author

I did that it is not working because these values are coming because of the measure I am using in the table. 

Kushal_Chawda

What is the measure you are using?

Aspiring_Developer
Specialist
Specialist
Author

@Kushal_Chawda  avg({<Flag={'1'}>}[Avg Hourly Rate])

Kushal_Chawda

@Aspiring_Developer try below

alt(avg({<Flag={'1'}>}[Avg Hourly Rate]),0)

then uncheck "include zero values" option