How to int() in a math node

Hi @TigerCole,

If the “row” column is already of a numeric type then you can use “round()” function to convert any possible double values to integer in the Math Formula node.

But if the “row” column is not numeric you have to convert it to a numeric type (e.g String to Number) before using it in the Math Formula or as an easier alternative, use the Column Expressions node that @izaychik63 has suggested and use “toInt()” function.

:blush:

3 Likes