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: 
Anonymous
Not applicable

Function to read only one number after the decimal point 0.5555555555 in 0.5

Hello

I'm looking for a function to read only a number after the decimal point.

for example : 0.5555555555 in 0.5

Thank you for the answer

Labels (1)
  • Other

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can try the Floor function, like : Floor(0.5555555555, 0.1)

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

1 Reply
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can try the Floor function, like : Floor(0.5555555555, 0.1)

Help users find answers! Don't forget to mark a solution that worked for you!