Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 rdsuperlike
		
			rdsuperlike
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In a input box if a value is 0 , I dont want to display that input box,
But if there is value > 0 I want to display that input box.
is there anything i can put in layout--conditional?
Ny sample is appreciated.
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
1. Create One Variable . e.g vInput
2. Create One InputBox
In the InputBox -> Layout -> Conditional -> vInput>0
Hope this helps !!
 
					
				
		
Create a variable and enter the list of values in that and It should contain 0 also..
Based on Variable value You can hide and show the Input box
 
					
				
		
Hi,
Go to Input Box Properties > Layout tab > Under Show - Conditional > vDisplay>0
Hope it will helpful!!
 vardhancse
		
			vardhancse
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		We can achieve through the variable in the the conditional layout (Properties->Layout->condition)
we can pass the variable value here so that based on the variable value the list box will be displayed.
 rdsuperlike
		
			rdsuperlike
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		How do i achieve it in the app that i attached.
If the value of that the variable in input box = 0 then i dont want to display it in the input box.
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
don't know the exact solution.. But, if you just want to show the value, you can achieve this thru 'Chart' using the valuelist in dimension, and Pick() as a expression. regarding the InputBox display, i changed the text color is white, if the value =0.
find the attachment.
