Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i need the format in qliksense like 12% or 34%
any one know the format in custom properties
#%
no works
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
nothing found anything guide me dollyrana324@gmail.com
If here the formatting doesn't work you can do it in expression
Keep Number formatting in Auto and write as
num(fieldname,'##') & '%'