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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
apthansh
Creator
Creator

Trim the format

How can I just get 4.25 from the below formatted number ?

float;#4.25000000000000

Thank you,

Supritha.

2 Replies
aarkay29
Specialist
Specialist

May be this

num('4.250000000','0.00')

apthansh
Creator
Creator
Author

I tried mid(float;#4.25000000000000,8) and that worked.

Thank you though