Property
InvalidNumber
Description
You can use a custom text when an invalid number is brought from the database (something like1#INF). In the example below, "Error" will be used. Use "---" to paint the raw database value.
Type
Character
Values
Default
---
Example
Code:
Cube1.InvalidNumberFlag = False
Cube1.InvalidNumber = "Error"
HTML:
<PARAM NAME="InvalidNumberFlag" VALUE= "0">
<PARAM NAME="InvalidNumber" VALUE= "Error">
See also
InvalidNumberFlag
Use this option to activate or deactivate
InvalidNumber
Notes
You can set this value directly from the control in the preferences dialog.