Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 jyothish8807
		
			jyothish8807
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello All,
Is it possible to achieve a graph like this?

Regards
KC
 
					
				
		
See below chart ..if it will help you.
 ankitaag
		
			ankitaag
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Jyothish,
No, Line graph works on 1 dimension only.. If you want both the dimensions to be displayed then you need to concatenate the 2 dimensions.. Dimension1&'-'&Year
Thanks and Regards,
Ankita
 
					
				
		
not exactly but you can use trellis chart to show the line by year and second dimension.
 
					
				
		
See below chart ..if it will help you.
 
					
				
		
 alex_millan
		
			alex_millan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 alex_millan
		
			alex_millan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Find attached and example I downloaded some time ago. It's not exactly what you're asking but shares some aspects.
My apologies for the author of the application, 'cause I missed the source and I can't quote it here.
HTH
Regards,
 
					
				
		
 jyothish8807
		
			jyothish8807
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Balkumar , this was a good work around 
Regards
KC
 
					
				
		
 jyothish8807
		
			jyothish8807
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Alex,
Thanks a lot for this sample app. This is pretty interesting 
Regards
KC
 prabhas277
		
			prabhas277
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Only one dimension is possible in line chart and we can use number of expression
char dim exp
bar 2 may be 3 number of exp
line 1 ''''
pie 2 1
gauge no dim no of exp..
pivot no limit no limit
straight '''' ''''
grid 3 1
radar 1 no limit
mekko 1 '''
 
					
				
		
 groveliam
		
			groveliam
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Concatenating the 2 dimensions was great! Found other examples like that, but with incorrect syntax. Thank you!
