:: Forum >>

Null values in cells with number formats

Null values in cells with number formats should be
empty and not zero like "0.00".
Thomas Henrichs
Thursday, June 19, 2008
format.setErrorText("");
            format.setErrorValue(0);


first will set the text you want, second will make help with sorting
Ryan Garabedian
Friday, June 20, 2008
format.setErrorText("");
            format.setErrorValue(0);


first line will set the text you see, second will help with sorting
Ryan Garabedian
Friday, June 20, 2008

This topic is archived.


Back to support forum

Forum search