Filter | Description |
---|---|
@Request.idBegin~ | Start date of the date/time filter, in the format yyyy-mm-dd. |
@Request.itBegin~ | Start time of the date/time filter, in the format hh:mm. |
@Request.idEnd~ | End date of the date/time filter, in the format yyyy-mm-dd. |
@Request.itEnd~ | End time of the date/time filter, in the format hh:mm. |
@Request.iPartnerId~ | Partner database identifier for the selected partner. |
@Request.iAccountId~ | Account database identifier of the selected account. |
@Request.eventTypeId~ | Event type database identifier of the selected event type. |
@Request.eventStatusId~ | Event status database identifier of the selected event status. |
SQL Constant Name | Description |
---|---|
DX_ODS_FILTER_ACCOUNT | Filters the database rows according to the related account. Includes the following query parameters:
|
DX_ODS_FILTER_ERROR_STATE | Filters the database rows to display only error events. |
DX_ODS_FILTER_EVENT_STATUS | Filters the database rows according to the event status. Includes the following query parameters:
|
DX_ODS_FILTER_EVENT_STATUS_STATE | Filters the database rows according to the event state. The following values are available:
Includes the following query parameters:
|
DX_ODS_FILTER_EVENT_TYPE | Filters the database rows according to the event type. Includes the following query parameters:
|
DX_ODS_FILTER_PARTNER | Filters the database rows according to the related partner. Includes the following query parameters:
|
DX_ODS_FILTER_TIME_ORACLE | Filters the database rows according to a selected time frame. Includes the following query parameters:
|
DX_ODS_USER_RESTRICTION_BY_ACCESS_ID | Filters the database rows according to the related user access identifier. Note: To maximize user access control, use DX_ODS_USER_RESTRICTION_BY_ACCESS_ID, DX_ODS_USER_RESTRICTION_BY_EVENT_TYPE, and DX_ODS_USER_RESTRICTION_BY_PARTNER in your custom Dashboard panels. Includes the following query parameters:
|
DX_ODS_USER_RESTRICTION_BY_EVENT_TYPE | Filters the database rows to display only event types for which the user has viewing privileges. Note: To maximize user access control, use DX_ODS_USER_RESTRICTION_BY_ACCESS_ID, DX_ODS_USER_RESTRICTION_BY_EVENT_TYPE, and DX_ODS_USER_RESTRICTION_BY_PARTNER in your custom Dashboard panels. Includes the following query parameters:
|
DX_ODS_USER_RESTRICTION_BY_PARTNER | Filters the database rows to display only related partners for which the user has viewing privileges. Note: To maximize user access control, use DX_ODS_USER_RESTRICTION_BY_ACCESS_ID, DX_ODS_USER_RESTRICTION_BY_EVENT_TYPE, and DX_ODS_USER_RESTRICTION_BY_PARTNER in your custom Dashboard panels. Includes the following query parameters:
|
File | Description |
---|---|
dx.js | Functions that the Data Integration Hub server uses when it processes reports with the LogiXML engine. |
dxbrowser.js | Functions that the browser client uses when you view the Dashboard in the Operation Console. |
jquery-*.* | Collection of jQuery files that enable dynamically-populating drop down lists in the global filter section, such as partner or account. |
File | Description |
---|---|
Theme.css | Cascading style sheet that determines the graphical and textual formatting of the Dashboard panels. |
ThemeModifier.xml | Global settings for the Dashboard panels behavior and the single sign-on mechanism that Data Integration Hub uses when you log on to the Operation Console. |
Property | Description |
---|---|
DX_CONSOLE_URL | Location of the Operation Console, in the following format: http://<DIH host>:<DIH port>/DIH-console |
DASHBOARD_SAVEFOLDER | Location to store the personalized layout settings for each Dashboard user. Default is: @Function.AppPhysicalPath~\dx\saved_dashboards |
DX_ODS_ORACLE_CONNECTION | Connection string for the operational data store. |
DX_ORACLE_CONNECTION | Connection string for the main Data Integration Hub repository. |
LogonFailPage | URL to display after the user logs out of the Operation Console. The default URL is the Data Integration Hub Logout page: http://<DIH host>:<DIH port>/DIH-console/logout.jsp |
AuthenticationClientAddresses | IP addresses for servers that can request authentication tokens from the LogiXML server, separated by semicolons. For each server, set IP4 and IP6 addresses. |
caption | Description of the custom Dashboard. |
COOKIE_PATH | Path to the cookie file for the custom Dashboard. Must match the value in the Cookie Path property. |
WEBAPP_NAME | Name of the folder which contains the custom Dashboard. Default is: dxdashboard |
Redirect Error URL | Link for the page to display if the Dashboard encounters an error. |