2.8 Build workspaces in F&O Flashcards

1
Q

What are workspaces?

A

Personalized work centers with data, reports, and transactions
Designed to increase efficiency of all daily tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why create and design workspace in developer env. instead of UI?

A

Business might want KPI tiles, analytical components, drillthrough components, and other advanced features that cannot be created in UI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

KPI?

A

Key Performance Indicator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What should KPI have?

A

Clear objectives that are periodically reviewed to ensure that the objectives are being met

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to create KPI?

A

Using aggregate data contained in aggregate measurements, which is a model that contains a collection of measures and their corresponding dimensions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can aggregate measurements measure?

A

Sum
Minimum
Maximum
Count
Distinct count
Average

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

By default what measure does “Default aggregate” use?

A

Count measure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Two ways to deploy aggregate measurement using Usage property?

A

InMemoryRealTime
StagedEntityStore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

InMemoryRealTime?

A

Uses column store indexes of the SQL Server DB to get real time data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

StagedEntityStore?

A

Entity store that uses near real-time Power BI reporting
Data gets refreshed periodically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why use Drill-Through elements?

A

Helps view additional data within the page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Example of Drill-Through?

A

View on workspace exists to see the total number of sales, by selecting the link in data you can access more detailed view of each sale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are tiles?

A

Buttons added to a workspace that allow the user to view data
Tiles can display a record count of data and they can also provide drill-through access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

RDL?

A

Report Definition Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Report Definition Language?

A

XML representation of an SSRS report definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does report definition contain?

A

Data retrieval and layout information for a report
Allows custom functions for controlling report item values, styles, and formatting by accessing code assemblies within report definition files

17
Q

Why use RDL?

A

Define charts, graphs, calculations, text, images, and other report objects

18
Q

High-level steps of creating KPI in Dev Env?

A
  1. Create the KPI object
  2. Define KPI range, goals, and/or trends
  3. Create a tile for the KPI to display on
  4. Add the KPI to the tile