PropertyInvalidNumberFlag
Description Set this flag to true to turn off the use of InvalidNumber property. If set to True, the raw database value will be printed.
TypeBoolean
Values
True (-1) Turns off the InvalidNumber property and dtabase raw values are printed.
False (0) Turns on the InvalidNumber property.
DefaultFalse
Example
Code:

Cube1.InvalidNumberFlag = False
Cube1.InvalidNumber = "Error"

HTML:<PARAM NAME="InvalidNumberFlag" VALUE= "0">
<PARAM NAME="InvalidNumber" VALUE= "Error">
See also
InvalidNumber Use this option to set the text used to print invalid numbers.
NotesYou can set this value directly from the control in the preferences dialog.