-
Re: Double number representation
Indeed. If it's just to display then can you create an additional column with that formula? Here is an example output I was able to generate2 · -
Re: Double number representation
Hi, In a Prepare recipe, you can try to reformat your column using the Formula processor with something like: format(‘%.Xf’, COLUMN_NAME) ... X being the number of digits you want to show (it helps i…1 ·