Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Any one can help me how to hide a chart dynamically when i select branch input parameter ?
for examle
branch
MDU branch
TVL branch
if i select MDU branch chart will hide and when i select TVL branch chart should visible
is it possible can help me ????
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI
Try like this,
Properties->layout->conditional->if(getfieldselections(branch)='TVL branch',1,0)
Hope it helps
 
					
				
		
You could also do something like this
getfieldselections(branch)='TVL branch'
and
[branch] = 'TVL branch' will also work.
