Hi,
Might be a stupid question:
I wanted to use the round function. I have a column with number with 5 digits. I would like to only have 3. The column is named “A”. I created an expression column and typed in: round(“A”, 3). The result is “illegal argument” for this function. Leaving out the 3 works for rounding to a total number.
I thought the round function would be supposed to work with an argument for the number of digits I would like to have.
Any suggestions on what I am doing wrong?
Thanks