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

bar chart y-axis

Hi All,

I'm having a bar chart whose expression uses avg function. The values of this expression indicate percentage values as shown in screenshot 1.

I wanted to display % after every value so I tried concatenating % as follows avg()&'%' . This is displaying % after the expression value but Y-axis numbering is changed. As shown in Screenshot 2 Y-axis is having 0.20 when it has to display 20 and same is with other number. Is there any way to avoid this ?

Screenshot 1 :

  

Screenshot 2 :

Thank you!!!

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try dual(avg(MyField) & '%', avg(MyField))


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

Try dual(avg(MyField) & '%', avg(MyField))


talk is cheap, supply exceeds demand
ashfaq_haseeb
Champion III
Champion III

Hi,

Remove % and on expression click relative.

Regards

ASHFAQ

Not applicable
Author

Thank a lot