Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
How to show data points at bottom of bars like below.
PFA..
 
					
				
		
You want to show within bar chart only or on X axis you want to plot?
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I want data points within bars at bottom...
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		i hope you cant show values lik that instead you can try text on axis on expression tab
 
					
				
		
Not possible,
But alternate is what: you can place a text box with those values at the bottom of bar chart and removing value on data points option.
Its like "jugad"
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I can but requirement is that only.
Is there any option to do that?
Thanks
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you can try balrajahlawat suggestion but its quite difficult
 
					
				
		
 nagarjuna_kotha
		
			nagarjuna_kotha
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Its Not possible in Bar chart.
Regards,
Nagarjuna
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
It is not possible to implement this in Qlikview, you don't have control over the values display in the chart like top, bottom, or center. By default it is center.
Regards,
Jagan.
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Not sure, But may be you can create the one more expression. (which is already you used to show the Bar)
it should be something like
=sum(Sales)&Repeat(chr(160),25)
In the second expression,
Uncheck the Bar, and Check the Values on DataPoint in Display Options
You need to do some adjustment of repeated count value based on your sum(sales) data
This is not a proper solution. But, something we have..
Edit:
Sample Attached
