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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem
Partner - Champion II
Partner - Champion II

Number formatting issue

Hi ALL,

I have a 2 fields as follow:

Capture.PNG

I want to transform them to percentage %:

so, this is how I proceed:

but I still have the same result:

num(num#( [Notional_Variation],'#.##') ,'# ##0,00%') AS [Notional_Variation],

num(num#( [Threshold_Variation],'#.##') ,'# ##0,00%') AS [Threshold_Variation],

Capture.PNG

What should I do?

12 Replies
zebhashmi
Specialist
Specialist

Can you store Data in % in Table?

I would say /100 and Add &'%' but that would be string

OmarBenSalem
Partner - Champion II
Partner - Champion II
Author

even with that, u'll have the same behaviour

OmarBenSalem
Partner - Champion II
Partner - Champion II
Author

hell yeah !!

Now I remember !!

I've already faced this:

Capture.PNG