Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi all,
I have query about value on data point.But its not there in chart.
Explain..
 
					
				
		
 migueldelval
		
			migueldelval
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Aniket,
Could you explain it a little bit?
Regards
Miguel del Valle
 
					
				
		
 kamal_sanguri
		
			kamal_sanguri
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
This functionality is not available for gauge charts in qlikview. However there is a workaround for it, you can use text objects for this.
Pls refer the attached application.. you can place the text object over/middle of the chart per your need.
Regards,
 
					
				
		
 kamal_sanguri
		
			kamal_sanguri
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this looks better..
 
					
				
		
I am not getting zero on gauge chart value of data point
 
					
				
		
 kamal_sanguri
		
			kamal_sanguri
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not sure, If i understand it correctly. You mean you see data point values when they are not zero and when it is zero you don't see it.
Or
you can not show zero on your gauge chart?
You have manipulate the condition. If there is not condition you have to use 0 indicator. If some value produced on metric you will get that. Like this you have to customize text in chart
If(Sum(Sales)=0, 0, Sum(Sales))
