Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Remove % Symbol

Hi,

How to remove the '%' symbol in the below chart.

Untitled.png

Thanks..

1 Solution

Accepted Solutions
sunny_talwar

How about this?

Num(Aggr(Sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/Aggr(Sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District) * 100,'#,##0')

View solution in original post

13 Replies
sunny_talwar

Are you using formatting in the expression (using Num) or are you using Number tab's formatting?

devarasu07
Master II
Master II

Hi,

to remove % symbol from bar values

Go to Chart properties --> number tab --> uncheck for show in percent (%)

Thanks

Dev

johanlindell
Partner - Creator II
Partner - Creator II

Add a second expression with different formatting and no bars.

2016-10-04 15_48_13-QlikView x64 - [D__Dropbox (Vimur)_Qlikview_examples_235156.qvw_].png

giakoum
Partner - Master II
Partner - Master II

Capture.PNG

el_aprendiz111
Specialist
Specialist

Hi

por.gif

giakoum
Partner - Master II
Partner - Master II

cool

nareshthavidishetty
Creator III
Creator III
Author

Hi Sunny,

i'm used the num in the expression.

Logic: num(aggr(sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/aggr(sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District),'#,##0%')

Thanks..

sunny_talwar

How about this?

Num(Aggr(Sum({<Date={$(varMaxDate)},flag={'e_Inititated'}>} Contracts),Location,District)/Aggr(Sum({<Date={$(varMaxDate)},flag={'Daily_Total'}>} Contracts),Location,District) * 100,'#,##0')

antoniotiman
Master III
Master III

Num(YourExpression*100,'#.##0')  (or , instead of . according to Your separator)

and in Tab Number check 'Default Expression'