Property
InvalidNumberFlag
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.
Type
Boolean
Values
True (-1)
Turns off the
InvalidNumber
property and dtabase raw values are printed.
False (0)
Turns on the
InvalidNumber
property.
Default
False
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.
Notes
You can set this value directly from the control in the preferences dialog.