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: 
Not applicable

I have a input field with a #,##0.0% number format

I have a input field with a #,##0.0% number format, in desktop mode i can put 40 and it will put 40.0% however in web mode when i put 40 in the field is puts 4000%.. HELP!!!

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

I don't think so.

in both desktop and web mode you will get 4000%. in number format you specified % so it multiplies with 100.

may be in your end scenario is still exists then

Num(value, '#,##0.0') & '%'