Lookup tables and dimensions
For each dimension used in a project, a lookup table is required to provide meaningful information. For example, a "product" dimension might be based on a lookup table that includes the productID, productName, productType, productManufacturer, and so on. Dimensions define a hierarchy for the information retrieved by the lookup table, so that it can be organized and presented in a meaningful way.
Lookup tables are retrieved from the Case Analyzer store. The preconfigured Case Monitor objects provide ready-made lookup tables for dimensions. When defining a lookup table, you can optionally use the preconfigured CADB_Dimensions_JDBC_Agent (Java™ Database Connectivity) data source agent to retrieve data from Case Analyzer.
When you expose a new dimension on Case Analyzer for use in a Case Monitor project, you must create a lookup table and a dimension for it. See Create a new lookup table and dimension for instructions specific to the Case Monitor project.
Preconfigured Case Monitor lookup tables and dimensions
The following lookup tables and dimensions are provided in the Case Monitor project.
- Case
- The
Case Type Lookupobject contains information about cases. It retrieves information from the Case Analyzer D_DMCaseType table. TheCase Type Dimensionprovides the Case type level. - Task
- The
Task Type Lookupobject contains information about activities. It retrieves information from the Case Analyzer D_DMTaskType table. TheTask Type Dimensionobject provides the Task type level. - Queues
- The
Queue lookupobject contains information about workflow queues and operations. It retrieves information from the Case Analyzer D_DMQueueOp table. TheQueue Dimensionprovides levels forQueueNameandOperation. - User names
- The
UserName_lookupobject contains information about workflow users. It retrieves information from the Case Analyzer D_DMUser table. TheUser_Dimensionprovides levels forUser. - Workflows
- The
Workflow Lookupobject contains information about workflow definitions. It retrieves information from the Case Analyzer D_DMWorkflow_Version database view. TheWorkflow Dimensionobject provides levels forIsolatedRegion,Workflow, andVersion. - Workflow definitions
- The
Workflow Definition Lookupobject contains information about workflow definitions. It retrieves information from the Case Analyzer D_DMWorkflow_Definition database view. TheWorkflow Definition Dimensionobject provides levels forIsolatedRegion,Workflow,Version,Map, andStep.