Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Is there a method so that we can display buckets with value '0' in class function?
By default, it shows only those buckets having non zero values.
Thanks in advance!
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have you used the class() function in the script? Then you can add a dimension table linked to this field containing all buckets. And then uncheck 'suppress zero values' in presentation tab.
 Gysbert_Wassena
		
			Gysbert_WassenaNo. The class function doesn't create empy buckets.
 
					
				
		
Hi try this..
In dimension tab---
=If(Value='0',BucketsName)
In Presentation tab----
Uncheck Surpress Zero values
regards-bika
 
					
				
		
i used it as a calculated dimension.
The expression doesn't have any value for suppose '80-90' bucket, so this particular bucket is not displayed.
I want this empty bucket to be shown, although with a zero value. I haven't used'Suppress values when null'.
 
					
				
		
I have a calculated dimension with class function in dimension itself.
