Investigating Clarity Flashcards
(85 cards)
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