Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
Is it possible to merge two columns expressions?
For example, I have this tab :

I would like this result :

I tried to concat image with value in a same expression but it's doesn't work.
Do you have an idea to do this?
Thanx
 
					
				
		
see I arranged the orientation of the Value field and change the cell background color,and cell border,
only this can be achieved
 aveeeeeee7en
		
			aveeeeeee7en
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Instead of Thumbs Up & Down, I've used Up and Down Pointing Triangles.
See the Snapshot:

Will that Solution work for you.
Regards
Av7eN
 
					
				
		
Hi,
Try to do increase or discrease the backgroung contrest in properties
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Can you post your expression and how do you adding that picture?
It is based on expression ??
'&' should work.
Regards
 
					
				
		
How can i do that?
I've tried Chr(129) but it doesn't work...
 
					
				
		
find sample solution in attached application
 aveeeeeee7en
		
			aveeeeeee7en
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Use chr(9660). Like this:
if(Annee='2014' AND Sum(Livraisons)>=10,Chr(9650),chr(9660))&'                 '&Sum(Livraisons)
Change the expression according to your requirement and after writing the expression change the Background color like this:
if(Annee='2014' AND Sum(Livraisons)>=10,RGB(255,0,0),RGB(0,255,0))
Hope that helps you.
Regards
Av7eN
