Difference between revisions of "Exercise 09: Managing Data"
From AgileApps Support Wiki
Wikieditor (talk | contribs) (Created page with "==Objective== This exercise has four parts: :* In Part 1, you create a custom View that shows only Priority 2 orders. :* In Part 2, you generate a Report that includes a pie c...") |
Wikieditor (talk | contribs) |
||
Line 1: | Line 1: | ||
==Objective== | ==Objective== | ||
This exercise has four parts: | This exercise has four parts: | ||
:* In Part 1, you create a custom View that shows only Priority 2 orders. | :* In Part 1, [[Part 1: Create a custom View|you create a custom View that shows only Priority 2 orders.]] | ||
:* In Part 2, you generate a Report that includes a pie chart. | :* In Part 2, [[Part 2: Generate a Report using a Pie Chart|you generate a Report that includes a pie chart.]] | ||
:* In part 3, you create a Dashboard. | :* In part 3, [[Part 3: Create a Dashboard|you create a Dashboard.]] | ||
:* In Part 4, you export data from an Object to an Excel spreadsheet. | :* In Part 4, [[Part 4: Export Data|you export data from an Object to an Excel spreadsheet.]] | ||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |||
: | :{| border="0" align="left" cellpadding="5" cellspacing="1" | ||
| | |||
: | [[Part 2: Implementing a Java API Class|Previous]] | ||
|} | |||
:{| border="0" align="right" cellpadding="5" cellspacing="1" | |||
| | |||
[[Part 1: Create a custom View|Next]] | |||
|} |
Revision as of 11:11, 14 December 2022
Objective
This exercise has four parts:
- In Part 1, you create a custom View that shows only Priority 2 orders.
- In Part 2, you generate a Report that includes a pie chart.
- In part 3, you create a Dashboard.
- In Part 4, you export data from an Object to an Excel spreadsheet.