Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi guys,
i want to add if statement in hyperlink,
say - if (refernece <99999 then return URL 'invoice.......' else return URL 'expenses' )
how can i write this in my expression ...
my current expression is as below ( i have attached )
please help me with the same..
Thanks much
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		.png) 
					
				
		
 sasikanth
		
			sasikanth
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI ,
Try this
If(Reference<99999,'invoice Url Name<url>your invoice url', 'Expences URL name <url>your expence url')
