Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 paulyeo11
		
			paulyeo11
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All
I have a line chart , the legend label is messy , unable to view it clearly.
Because i only want to display , i add the dimension with below script :-
=if(Match(GROUP_CLASS_,
'G1-GT',
'G3-SL',
'G4-CL',
'G5-RW',
'G2-AP')
, GROUP_CLASS_)
Any idea , how to make it look nice ?
Paul
 
					
				
		
 mdmukramali
		
			mdmukramali
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear Yeo,
it seems because of the Dimension content ( Next Line)
use the below format in Dimension:
=if(Match(GROUP_CLASS_,'G1-GT','G3-SL','G4-CL','G5-RW','G2-AP'),GROUP_CLASS_)
or else
add the dimension label name.
 
					
				
		
 paulyeo11
		
			paulyeo11
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		My QVW !
 
					
				
		
 mdmukramali
		
			mdmukramali
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear Yeo,
it seems because of the Dimension content ( Next Line)
use the below format in Dimension:
=if(Match(GROUP_CLASS_,'G1-GT','G3-SL','G4-CL','G5-RW','G2-AP'),GROUP_CLASS_)
or else
add the dimension label name.
 
					
				
		
 paulyeo11
		
			paulyeo11
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		THANK YOU , IT WORK FINE
