...
- Type (Determines the data type and entry method.)
- Name (The label for the parameter and the token used in the SQL statement to resolve the value when executing.
- Description (Helpful description shown to guide user.)
- Default (Default value for parameter. Can be Custom Default for Date/DateTime types only.)
- Min/Max (If applicable, include the minimum and maximum range the value can be.)
...
Supported Parameter Types
Type | Description | ||
---|---|---|---|
DateTime Date | A value representing a custom date and time modifier to start as datetime. Modifiers can be used to set a default. Uses the default attribute of the parameter node. A value representing a Date. The UI will display a Date Picker controlSee Supported Custom Defaults below. | Date | . |
Boolean | A value representing a choice of True or False. The UI will display a toggle or checkbox control. | ||
Integer | A value representing a generic number such as a number of days or hours. The UI will display a number entry control. | ||
Device | A value representing a device object number. The UI will display a listing of protocol devices to choose from. | ||
Object | A value representing an object number. The UI will display a listing of objects to choose from. | ||
Meter | A value representing a meter object number. The UI will display a listing of meters to choose from. | ||
Archive | A value representing an archive object number. The UI will display a listing of archives to choose from. | ||
Publisher | A value representing a publisher object number. The UI will display a listing of publishers to choose from. | ||
Filter | A value representing an archive filter object number. The UI will display a listing of archive filters to choose from. |
...