Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
myrequirement is
in a i want to display values like suppose the value is greater than 20 so aroow shud be upwards otherwise downwards
how i shud do that
Where are you trying this? Which object
If(Sum(Sales)>20, 'Uparrow path', 'Downarrow path')
 vijaysahu2
		
			vijaysahu2
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What you can do here .. You can use two Arrows one upwards and one downwards, and whenever value is greater than 20 show the upwards arrow and hide the downwards arrow using some variable value.There is Layout tab in each object where you can find Show conditional option. This requirement is currently implemented in my current project.
Hope this guidelines help you
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		see this Increased / Decreased indicator
 
					
				
		
 bhargav_bhat
		
			bhargav_bhat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Shivali,
You can go to expression window and select Image tab and in images select the upward and downward arrow and paste it in the expression as shown below
and in representation option set the expression as an Image
HTH
Regards,
Bhargav
 
					
				
		
 vijetas42
		
			vijetas42
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
you can use bundle load for images and after that use if condition or you can write if condition with built in images for arrow.
