Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
It will be great if we have a round down or round up function just like excel in Alteryx. I know we can use the left function after converting the number to string, but it becomes difficult when the decimal value is huge.
This functionality already exists! You can use the CEIL function around your equation to round up, and the FLOOR function to round down. Different terminology, but same functionality!
Upon further investigation, I am retracting my previous comment 😊
Designer Product team is currently investigating inclusion of this idea ** in conjunction with other requested new formula functions... Stay tuned!
NJ
** FYI: for users looking to round up or down to the nearest integer, we already have functions for that: CEIL to round up, FLOOR to round down. So this idea will be explored as a new function with capability of rounding up or down to a specified decimal place or value (example, to the nearest 10, or to the nearest 0.001). Thanks!
Rather than adding a new function, we actually modified the existing FLOOR and CEIL functions to include an optional parameter that allows you to specify a multiple, if desired (existing formulas will remain the same - if no multiple provided, it will round as it currently does to the nearest integer).
Examples:
Floor(27, 5) = 25
Ceil(15.123, 0.25) = 15.25
Floor(123.456) = 123
Enjoy!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.