Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 pascos88
		
			pascos88
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello everyone,
I need to have a simple chart thet show me the corrispondent point of 2 dimension.
I have data for x and Y axis.
the chart show waht I need, I already reload the data in qlikview for x and Y axis.
Thanks for any help
Pasquale
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have you tried using a scatter chart?
If you don't need a dimension, leave it empty and set x and y values in expression tab.
edit:
Seems like you need a dimension.
If your x-values are unique, you can just use x field as dimension, otherwise create a unique key as suggested by Gysbert.
 
					
				
		
 nagarjuna_kotha
		
			nagarjuna_kotha
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Like this?
 Gysbert_Wassena
		
			Gysbert_WassenaI think a scatter chart should work. You can use your x and y dimensions as expressions. If you only have x and y as dimensions the consider adding another field that identifies the x,y pairs:
LOAD
X,
Y,
RecNo as Index
FROM
....
You can the use the Index field as dimension for the scatter chart.
