Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Aspiring_Develo
		
			Aspiring_DeveloHello ,
Can anyone please tell me how can i suppress these values in pivot table qliksense:
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@Aspiring_Developer try below
alt(avg({<Flag={'1'}>}[Avg Hourly Rate]),0)
then uncheck "include zero values" option
 Prashant_Naik
		
			Prashant_Naik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
You can do that by unchecking the include null values checkbox from dimension.
Regards,
Prashant
 Aspiring_Develo
		
			Aspiring_DeveloI did that it is not working because these values are coming because of the measure I am using in the table.
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What is the measure you are using?
 Aspiring_Develo
		
			Aspiring_Develo@Kushal_Chawda avg({<Flag={'1'}>}[Avg Hourly Rate])
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@Aspiring_Developer try below
alt(avg({<Flag={'1'}>}[Avg Hourly Rate]),0)
then uncheck "include zero values" option
