[Er...] Posted February 10 Share Posted February 10 (edited) Hello, Does anyone know where I can find the full syntax of the table expression keywords format and round? Regarding format, the Tech Guide states that the "field width" can be adjusted, but it doesn't explain how. The explanation regarding round is not clear. How can I round to 2 decimal places? Best regards, Erik Edited February 10 Link to comment Share on other sites More sharing options...
[Na...] Posted February 13 Share Posted February 13 Hi Erik, For the format expression, I recommend to use the Fx button in the expression editor and enter the values in the dialog. You can late edit them in the code: ... this will result in this code for example: format (VALUE, "+98.0", show_unit=false) For the rounding you could use Decimal places from the format() output. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in