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

how to make 0.25 display as 25% ?

Hi All

I have expression vSEG which is

=1-MARKUP_SUB

now display as 0.25

may i know how to make it display as 25%

Paul

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Paul,

I have two method to do this job.

Method1 : vSEG =Num(1-MARKUP_SUB,'#,##0%')

Untitled1.png
Method 2: Keep your vSEG = 1-MARKUP_SUB

Right click on Input Box -> Property -> Number Tab -> Select Number and check Show in Percent (%)

Untitled.png

Regards,

Sokkorn

View solution in original post

6 Replies
Not applicable
Author

Enclosed my QV Doc

Sokkorn
Master
Master

Hi Paul,

I have two method to do this job.

Method1 : vSEG =Num(1-MARKUP_SUB,'#,##0%')

Untitled1.png
Method 2: Keep your vSEG = 1-MARKUP_SUB

Right click on Input Box -> Property -> Number Tab -> Select Number and check Show in Percent (%)

Untitled.png

Regards,

Sokkorn

Not applicable
Author

HI,

try with this:

NUM( YourExpression,'#,##0%')

Not applicable
Author

Hi SOK and other

Thank for give me 2 approach.

1 appraoch can , 2nd cannot as my list box have many field.

Paul

Not applicable
Author

Hi SOK

i though is not possible for 2nd approach , just try and found it work too.

Thank

Paul

Sokkorn
Master
Master

Hi Paul,

It possible, just select each variable and set number format accordingly.

Untitled.png

Regards,

Sokkorn