Table Description
Business Intelligence Report Parameter: Records the details of BI report parameter related to particular BI report or BI viewer configuration.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::BIHelper::Administration::Entity::BIReportParameter
Controlling File: core\model\Packages\BIHelper\Administration\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
biReportParameterIDkeynoBI report parameter primary key.BI_REPORT_PARAMETER_ID SVR_INT64
biReportConfigurationIDdetails ID of BI report configuration to which this parameter is linked.BI_REPORT_CONFIGURATION_ID SVR_INT64
namedetails Parameter name.REPORT_PARAMETER_NAME SVR_STRING<64>
valuedetails Parameter value.REPORT_PARAMETER_VALUE SVR_STRING<128>
biViewerConfigurationIDdetails ID of BI viewer configuration to which this parameter is linked.BI_VIEWER_CONFIGURATION_ID SVR_INT64
Indices (2)
Index NameAttributes
reportConfigurationIdxbiReportConfigurationID
viewerConfigurationIdxbiViewerConfigurationID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: biReportParameterID
AUTO_ID_KEY: BIRPTCFG
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByReportConfigurationreadmulti Reads&nbsp;report&nbsp;parameter&nbsp;records&nbsp;by&nbsp;BI report&nbsp;configuration&nbsp;ID. 
searchByViewerConfigurationreadmulti Reads&nbsp;report&nbsp;parameter&nbsp;records&nbsp;by&nbsp;BI engine&nbsp;configuration&nbsp;ID. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
Related Pages (26)