Examples - trillium_discovery - trillium_quality - Latest

Trillium Reporting Adapter for Excel Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Trillium > Trillium Discovery
Version
Latest
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium Reporting Adapter for Excel Guide
Copyright
2024
First publish date
2012
Last updated
2024-10-18
Published on
2024-10-18T15:31:00.219841

Example 1

If you run the query show_all_br and you want to return only the values for disabled business rules in entity 1 for the columns ENTITY_ID and STATUS, you add parameters as follows:

show_all_br?eid=1&columns=ENTITY_ID%20STATUS&show_disabled

Example 2

If you run show_entity_metadata, but you want to return only data in ENTITY_ID and ENTITY_SCHEMA_NAME columns for rows where the entity ID value is 8, you add the parameters as follows:

show_entity_metadata?eid=8&columns=ENTITY_ID%20ENTITY_SCHEMA_NAME

Example 3

For some queries, the associated entity ID and attribute ID metadata is hidden in Control Center List View. To return this data when you run these queries, append the query with the add_key parameter and specify a value of 1. For example,

view_br_fail?eid=1&ebr=1&add_key=1

See OLE DB Parameters for more information about add_key and which queries it supports.

To add query parameters:

  1. In Excel, select a cell in an open worksheet and click Data > Existing Connections. The Existing Connections window opens.

  2. In the Select a Connection or Table section, select the connection to the query you want to modify.

  3. Click Open. The Import Data window opens.

  4. Click Properties, then click the Definition tab in the Connection Properties window.

  5. Ensure the Command type is Table.

  6. In the Command text field, append the query with parameters as needed.

    Parameters can be entered in any order.

  7. Click OK.

  8. In the Import Data window, click OK to run the query.