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: 
sunilkumarqv
Specialist II
Specialist II

Change Textbox obj value

hi all,

I have a Textbox obj value is 223.0331321 how to convert this into % . or 223.04?

1 Solution

Accepted Solutions
Not applicable

round(223.0331321,0.020)

and for %

num(223.0331321,'####### ###%')

View solution in original post

2 Replies
vikasmahajan

=num(  < your Expr> ,'#,##0.0')

for  %  take show in % from number.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable

round(223.0331321,0.020)

and for %

num(223.0331321,'####### ###%')