Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 chrisbrown1
		
			chrisbrown1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Qlik Sense provides the option of displaying a value or percentage in a pie chart. How do I display both?
Presentation:
Value labels: Custom->Values

Value labels: Auto->Percentage

Thanks for your help.
 OmarBenSalem
		
			OmarBenSalem
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 chrisbrown1
		
			chrisbrown1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Omar - Thank you for your assistance. Would you mind sending the qvf file for the above?
 OmarBenSalem
		
			OmarBenSalem
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I can't; it's a qvf containing all of my answers in the community..
ps:Why is ur response helpful and not mine? 
 chrisbrown1
		
			chrisbrown1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		My mistake Omar. I meant to mark yours as helpful. Thanks again.
 OmarBenSalem
		
			OmarBenSalem
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Just kidding  
 
 chrisbrown1
		
			chrisbrown1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Omar,
My original Dim = [G-R&D-S]
My original Measure = Sum({<[Funding Agency ID]={5700}>}[Action Obligation])/1000000000
I changed the Dim to:
=[G-R&D-S] & ':' & AGGR(NUM(Sum([Action Obligation])/Sum(TOTAL{[G-R&D-S]}[Action Obligation]),'#,##0.00%'), [G-R&D-S])
But it gives:

Any ideas? It is grammatically correct but does not produce what I was looking for. Thanks
 Digvijay_Singh
		
			Digvijay_Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think it may be like this -
=[G-R&D-S] & ':' & AGGR(NUM(Sum([Action Obligation])/Sum(TOTAL<[G-R&D-S]> Action Obligation]),'#,##0.00%'), [G-R&D-S])
 
					
				
		
 prananellutla
		
			prananellutla
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hey Omar This is awesome. can we do something similar for bar chart on qlik sense. Instead of %s to show on x-axis , can we show them as number(%) on bar itself. I tried using dual fucntion, its no use. and there are discussions where you can show values next to legend on charts in qlik view. I assume its not something we can do it in sense.
any similar tips /tricks to work with bar chart ?
 
					
				
		
 pedromsouza
		
			pedromsouza
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Very helpful. Thanks!
