Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. PowerCenter Mappings and Workflows
  4. Data Engineering Integration and Streaming Mapping and Workflows
  5. Data Quality Mappings and Workflows
  6. Informatica Cloud Mappings and Tasks
  7. Data Integration Hub Workflows
  8. Data Integration Hub Transformations
  9. Operational Data Store Dashboard and Reports
  10. Forms Designer
  11. Data Integration Hub Publications and Subscriptions APIs
  12. Data Extraction APIs

Developer Guide

Developer Guide

Operational Data Store Dashboard SQL Query Elements

Operational Data Store Dashboard SQL Query Elements

This section applies only if you use the Dashboard using operational data store. Each report in the default Dashboard using operational data store uses SQL constants for common queries to the operational data store and query parameters. You can reuse these SQL constants when you create custom Dashboard panels based on KPIs that you load to the operational data store.
For the SQL server, use the same constants with the addition of the suffix _SQLSERVER. For example, DX_ODS_FILTER_ACCOUNT would be DX_ODS_FILTER_ACCOUNT_SQLSERVER.
You cannot create reports in Logi Info Studio with SQL queries to the run-time
Data Integration Hub
repository.
The following table describes the default Dashboard SQL constants:
SQL Constant Name
Description
DX_ODS_FILTER_ACCOUNT
Filters the database rows according to the related account.
Includes the following query parameters:
  • requestAccountId
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:
  • requestEventStatusId
DX_ODS_FILTER_EVENT_STATUS_STATE
Filters the database rows according to the event state. The following values are available:
  • 1
    . Show error events with a final state.
  • 2
    . Show non-error events with a final state.
  • -1
    . Show all events with a final state.
Includes the following query parameters:
  • requestEventStatusState
DX_ODS_FILTER_EVENT_TYPE
Filters the database rows according to the event type.
Includes the following query parameters:
  • requestEventTypeId
DX_ODS_FILTER_PARTNER
Filters the database rows according to the related partner.
Includes the following query parameters:
  • requestPartnerId
DX_ODS_FILTER_TIME_ORACLE
Filters the database rows according to a selected time frame.
Includes the following query parameters:
  • requestDateBegin
  • requestTimeBegin
  • requestDateEnd
  • requestTimeEnd
DX_ODS_USER_RESTRICTION_BY_ACCESS_ID
Filters the database rows according to the related user access identifier.
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:
  • requestUserId
DX_ODS_USER_RESTRICTION_BY_EVENT_TYPE
Filters the database rows to display only event types for which the user has viewing privileges.
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:
  • requestUserId
DX_ODS_USER_RESTRICTION_BY_PARTNER
Filters the database rows to display only related partners for which the user has viewing privileges.
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:
  • requestUserId

0 COMMENTS

We’d like to hear from you!