Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
denis115
Creator
Creator

%

Hello! I need help!

I want to see number of sales when I put my arrow on segment. Instead of     "ТОЧКИ=22.00%" I want to see   "ТОЧКИ=number of sales by this year"  and also I want to see like in my screen percentage above each segment. My expression is :

Dual( if(RowNo()=1, '',Num(((sum(SUMI)-sum(SUMRETURN))-Above(sum(SUMI)-sum(SUMRETURN)))/Above(sum(SUMI)-sum(SUMRETURN)),'# ##0.00%')),sum(SUMI)-sum(SUMRETURN)) ; How can I do this?

Thanks!

2 Replies
sergio0592
Specialist III
Specialist III

Try to add expression with number of sales. Uncheck "bar" and check "text as popup" in properties.

denis115
Creator
Creator
Author