Defines a variable used in the reports
| Column Name | Column Datatype | Column Null Option | Column Comment |
| report_variable_id | varchar(128) | not null | Unique identifier for each variable |
| name | nvarchar(64) | with null | Human readable name of the variable |
| status | integer | with null | Specifies status of variable |
| type | nvarchar(20) | with null | Specifies the type of variable |
| data_type | varchar(20) | with null | Specifies the data type of variable |
| value | nvarchar(1024) | with null | Specifies the value of the variable |
| prompt | nvarchar(1024) | with null | Specifies the text to be displayed when prompting for value of variable |
| description | nvarchar(256) | with null | Specifies description of purpose of variable |
| constraints | varchar(1024) | with null | Specifies various constraints on value of variable |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| report_variable_id | usm_link_report_variable_data | report_variable_id |