Investigating Clarity Flashcards
What is the three-step process to find Clarity tables and columns?
- Find the INI + item number of the data point to use on the report.
- Use the INI + Item number to find the appropriate Clarity table and column.
- Join the clarity tables together using the correct foreign key.
What are the two tools within hyperspace to use a resource for clarity queries?
- Clarity compass which is access with two activities in hyperspace
- Cogito data dictionary found in the analytics catalog.
What are the clarity compass activities in hyperspace?
Column Search and Database object search.
What is Clarity Compass?
The clarity compass is used to set the definitions for how chronicles items will translate into clarity. The clarity compass provides organization-specific information about your clarity database.
What are the two ways to access the Clarity compass data?
Column Search and Database Object search
True or False: Column Search and Database Object Search open up the same areas of the dictionary?
False, both utilities are found within hyperspace but each will open different sections of the dictionary.
How would you access the column Search?
- You will login into classic
- Use the search to open column search
- In the INI Field enter EPT and press tab to enter the field.
- in the item field enter .2
- Click accept.
Explain the tables of A-G
A. Column Name: The name of the column.
B. Chronicles Info: The Ini and item number that extracts data to the column.
C, Data Type: The SQL Data Type of the column
D. Deprecated: When a column is deprecated, data is no longer extracted to it.
E. Replacement Columns: Only appears for columns that are deprecated.
F. Column Description: The Epic-released notes on the column.
G Column Notes: The column notes documented by TEL administrators at your organization.
True or False: The relationship between items and columns is one-to-one?
False, the relationship between items and columns is not one-to-one: a single chronicles item can be extracted to multiple columns in clarity.
True or False: Clarity Columns can Extract data from a single chronicles item?
True
True or False: Clarity Columns can not extract data from multiple chronicles items
False, They can extract data from multiple chronicles items.
True or False: Clarity Columns can extract data not stored in a chronicle item
True
True or False: Clarity Columns can extract calculated data.
True
When will you see an empty grid like below?
You will generally see an empty grid like this in one of two cases:
The column extracts data not stored in a chronicles item
The column extracts calculated data.
True or False: All chronicles items are extracted to Clarity?
False, not all chronicles items are extracted to clarity. Some items store internal data that would not be relevant outside the context of chronicles. Some items change by the second, and extracting a fixed snapshot of it would be pointless.
True or False: Here the EPT 110 and 110 are separate. That is how SQL stores them in chronicles?
False, SQL combines these together into the date time. whereas in chronicles they were separate.
True or False: All of Chronicles information is in clarity?
False, most of it is but not all of it.
True or False: Chronicles items can- be extracted to one column?
True
True or False: Chronicles items can be extracted to multiple columns?
True
True or False: Chronicles items can not be extracted at all
False
Where are clarity column data types documented?
Clarity column data types are documented in the clarity compass.
What are the data types used by chronicles?
They are string, number date, time, instant, and category.
What happens to the data types during the ETL process?
When the ETL process transforms this data(string, number date, time, instant, and category) into a relational format, it also converts the data into standard datatypes used by relational databases (the ANSI standard)
True or False: During the ETL process do strings become numeric?
False, as a general rule, strings become Varchars
True or False: During the ETL process Numbers become Varchar?
False, numbers become numeric
True or False: During the ETL process Categories become numeric?
False, categories may be extracted either as an integer or a varchar.
What do the dates, times, and instants turn into int the ETL process?
All become Datetime
True or False: Chronicles, dates, times, and instants are not stored in an “Internal Format”?
False, Recall that in chronicles, dates, times, and instants are all stored in an “Internal format” (number of days since 12/31/1840 or number of seconds since midnight).
These are concerted into actual dates or times during the ETL process. In order to fit into the DateTime format, dates and times are often extracted to a single column or modified to include a default date or time.
True or False: You can view clarity tables in the analytics catalog?
True, you can view the tables in the cogito data dictionary in the analytics catalog.
To open the analytics catalog, search analytics catalog and click show catalog. To find clarity tables in the analytics catalog filter for a specific database. CL:<keyword></keyword>
What is the Summary tab, after you have put in an item in the database object search?
The summary tab is broken into different sections. It has the overview, columns, dependences, indedexs, and advance.
What is the overview section inside the summary tab?
The overview section will be at the top section of the summary form. It will display
*Different chips that describe different attributes of the table
*Organized specific table motes if your ETL administrator added table notes
*Grouped tables
True or False: Chronicles stores category items as a number?
True, chronicles stores items with the type of category as a number that number is part of a list. We can view those lists in clarity and in clarity.
What is the type of database object in the overview section?
PAT_ENC_HSP is an extracted table which means it gets its data from chronicles during the nightly ETL Process. Other options would include derived table, view, and function.
What is the Load Frequency In the picture?
Load Frequency is set to incremental. The load frequency referrs to how often data gets loaded into a specific clarity table. The most common load frequencies include incremental weekly, full and monthly.