Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I want to display values with condition column 'Hors Vente' = - (Null)

Thx in advance
 
					
				
		
exactly...
thx in advance
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Create Calculated dimension.
if( Isnull([Hors Vente]) or len(trim([Hors Vente]))<=0, SellEndDateProduct,null())
Check Suppress when value is null for this calculated dimension
 
					
				
		
Does not work. I want to show only values (NameProduct) with condition column 'Hors vente' = Null or -

 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you post screenshot of your expression you have written? or it will be better if you can share sample application
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this:
=If(Len(Trim([Hors Vente])) = 0, NameProduct) and Check 'Suppress When Value is Null' on the Dimension tab.
The above calculated dimension expression should replace NameProduct dimension.
I hope this is what you are looking to get.
Best,
Sunny
 
					
				
		
Thx, but does not work
Stanley
