Hi I am trying to get a value with a round up.
But ceil, or ceiling gives me error ‘no such function’.

Is there a way to round up a value?
thx in advance.

If you’re using the Query Results datasource, it’s implemented using SQLite. This seems relevant: sql - CEIL and FLOOR in SQLite - Stack Overflow

1 Like