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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Dolly123
Creator II
Creator II

FORMAT

Qlikhub_0-1673017932225.png

i need the format in qliksense like 12% or 34% 

any one know the format in custom properties

 

5 Replies
SerhanKaraer
Creator III
Creator III

#%
Dolly123
Creator II
Creator II
Author

no works

vinieme12
Champion III
Champion III

if you are using NUM() functions to format the measure then you need to select Format >> MEasure Expression

Or else just select Format > Number > % formats

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Dolly123
Creator II
Creator II
Author

Qlikhub_0-1673255029014.png

nothing found anything guide me dollyrana324@gmail.com

Bhuvi
Partner - Contributor III
Partner - Contributor III

If here the formatting doesn't work you can do it in expression

Keep Number formatting in Auto and write as

num(fieldname,'##') & '%'