Hi, Is there a way to force the output of a colum...
# general
m
Hi, Is there a way to force the output of a column in a saved search to have 5 decimals? Like the following: 2 > 2.00000 2.5 > 2.50000 0 > 0.00000
t
TO_NUMERIC(field,'0.00000') I would think
m
Will give it a try, thanks. 🙏