Summaries Flashcards
What Cogito feature would you utilize if you wanted to aggregate and analyze data in groups, or track trends overtime?
Summary (9.4)
Cogito’s tools have a number of different ways to summarize data, but all of the tools go through two main steps to generate summaries. What are those two steps?
- Group the rows (9.11)
2. Aggregate across the rows (9.12)
Once data has been grouped, _____ _____ aggregate the data and define how it should be displayed for each group.
Summarization functions (9.12)
Can you use a count function on numeric data to find the total amount?
No (9.13)
What function should you use if you want to display the number of different values?
Count Unique (9.13)
Will NULL values be considered when calculating an average?
No (9.12)
When adding up numbers, does 0 or NULL affect the total sum?
No (9.12)
Name that aggregate function: For each group, your summary will show how many rows in the group have a value in that column.
Count (9.12)
In SlicerDicer, what would you add to change grouping?
You would add a slice (9.14)
In SlicerDicer, what controls which summarization functions are used?
Measures (9.14)
Where do the slices that can be chosen come from?
The list of SlicerDicer Filters (FDS records) built for the chosen data model (9.14)
On what condition are new FDS records built?
That the data is in Caboodle (9.14)
True or False: Columns do not have to be displayed to be available to a summary.
True (9.16)
Where are Workbench report summaries built?
In the Summary tab of the Report Settings window (9.16)
What Display Format does a SlicerDicer component use?
Graph (9.18)