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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HOW TO GET THE ENTIRE PART OF A DECIMAL NUMBER

Please i have this number:

SET vNB = 1298,56;

I want to get the entire part: 1298.

Please, what is the function to use ???

Thanks

Labels (1)
2 Replies
Not applicable
Author

Hi,

Use the function FLOOR()

Not applicable
Author

thanks correa