11
ParamQuery Pro Evaluation Support / Re: format zero as empty string
« Last post by paramvir on December 11, 2024, 03:48:45 pm »In new version 10.x, you may use use the excel format #;#; to display 0 as empty string where first part # is for +ve numbers, 2nd part # is for -ve numbers, 3rd part is for 0.
You may try it out in this example: https://paramquery.com/pro/demos/format_number, you can enter the format from the toolbar button.
In colModel, it would be
You may try it out in this example: https://paramquery.com/pro/demos/format_number, you can enter the format from the toolbar button.
In colModel, it would be
Code: [Select]
format: "#;#;"