Document1
This document is composed by 5 reports:
- Connections_List - extracts all connections grouped by folder path and filterable by input control
- UNV_List - extracts all .unv grouped by folder path and filterable by input control
- UNX_List - extracts all .unx grouped by folder path and filterable by input control
- UNV_Connection_List - extracts only UNV list with related connections (with connections folder path and universes folder path, both filterable by input controls; there is also a variable "Universe_without_conn" that verifies if there are universes without connection (anomaly)
- UNX_Connection_List - extracts only UNX list with related connections (with connections folder path and universes folder path, both filterable by input controls; there is also a variable "Universe_without_conn" that verifies if there are universes without connection (anomaly)
Below screenshots of every query (five in total) used to extract data: | |
---|---|
Query1 (Connections_All):SELECT |
|
Query2 (UNV_List):SELECT |
|
Query3 (UNX_List):SELECT |
|
Query4 (Unv_to_cnx):SELECT |
|
Query5 (Unx_to_cnx) :SELECT
| |
I use the last query "Environment" in each webi document to obtain the name of the CMS environment I'm exploring : SELECT
| |
Document biar: Biar_20171127.zipGuide to construct the document: Document_to_explore_conn_unv_unx.docx |