Table Description
Business Intelligence Report Configuration: Records the details for BI report configuration. One physical report may have a few configurations recorded which depend of the report usage contexts.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::BIHelper::Administration::Entity::BIReportConfiguration
Controlling File: core\model\Packages\BIHelper\Administration\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (11)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
biReportConfigurationIDkeynoBI report configuration primary key.BI_REPORT_CONFIGURATION_ID SVR_INT64
reportNamedetails BI report logical name.REPORT_LOGICAL_NAME SVR_STRING<64>
reportFileNamedetails BI report file name together with extension and path.REPORT_FILE_NAME SVR_STRING<255>
reportServletdetails BI report servlet name.REPORT_SERVLET SVR_STRING<128>
descriptiondetails BI report description.DESCRIPTION SVR_STRING<300>
widthdetails BI report width in pixels or percent.REPORT_WIDTH SVR_STRING<4>
heightdetails BI report height in pixels or percent.REPORT_HEIGHT SVR_STRING<4>
scrollingdetails BI report scrolling parameter.REPORT_SCROLLINGReportScrollingSVR_STRING<10>
reportFrameborderdetails BI report frame border setting.CURAM_INDICATOR SVR_BOOLEAN
recordStatusdetails 

BI report configuration record status code.

RECORD_STATUS_CODERecordStatusSVR_STRING<10>
reportCategorydetails  BI_REPORT_CATEGORYBIReportCategorySVR_STRING<10>
Indices (2)
Index NameAttributes
reportConfRecStatIdxrecordStatus
reportCategoryStatusIdxreportCategory, recordStatus
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: biReportConfigurationID
AUTO_ID_KEY: BIRPTCFG
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
readAllnkreadmulti   
searchByRecordStatusreadmulti Retrieves all BI report configuration records by record status. 
searchByNameAndStatusreadmulti Reads&nbsp;BI&nbsp;report&nbsp;configuration&nbsp;records&nbsp;by&nbsp;record&nbsp;status and report name. 
searchByCateogoryAndStatusreadmulti Reads&nbsp;BI&nbsp;report&nbsp;configuration&nbsp;records&nbsp;by&nbsp;record&nbsp;status and report category. 
Related Pages (27)