Lesson 2: Trend Charts
Lesson 2-1 Creating a Trend Chart showing Orders by Month
Goal - The goal of this lesson is to create a report that has a Trend Chart that
shows the total number of Orders by Month.
- From the ReportList.aspx page Click on "Design a New Report". Or if you are in report
designer click the "New" icon. Now we need to select a data source.
- Click on the "Data Sources" tab. Then click on the drop down box and choose "Orders".
- Click on the "Chart" tab. This is where we create charts.
- Click on the "Chart Type" drop down box and choose "Trend" for the chart type.
- Click on the "Date" drop down box and select "OrderDate" for our date field.
- For the "Date" function select "Group (Month Name)" from the drop down box.
- Click on the "Value" drop down box and select "OrderID" for our value field.
- For the "Value" function select "Count Distinct" from the drop down box.
- Click on the "Preview" tab so you can view the report. Let's add a title to this
report.
- 10. Click on the "Misc" tab.
- In the "Title" text box enter "Orders by Month"
- Click the "Preview" tab. Now the Report is Titled. Let's Save it.
- Click on the "Save as" tool bar button, name your report, for example "Lesson 2-1",
and enter the category you want the report to be shown under, for example "Training"
, click ok. The Izenda report is saved.

Figure 5. Screen shot from report made in Lesson 2-1
End
Lesson 2-2 Advanced Trend Chart Report
Goal - The goal of this lesson is to modify the trend chart created in Lesson
2-1 by separating the data by year and smooth out the graph.
- If you did not just complete lesson 2-1 then you will need to load it. This can
be done from the reports list or report designer. It will be under the "Training"
category and labeled "Lesson 2-1". In report designer just click the name. In reports
list you click the pencil next to the name and this will load the report in report
designer.
- Click on the "Chart" tab.
- Click on the "Show Advanced" button.
- Click on the "Separator" drop down box and select "OrderDate"
- Click on the "Separator" "Function" drop down box and select "Group (year)" this
is how the data will be separated.
- Notice that the legend check box is selected.
- Click on the "Smooth" check box.
- Click the "Preview" tab. Now the Trend Chart has been enhanced and separated by
year. Let's update the title for this report.
- Click on the "Misc" tab.
- In the "Title" text box enter "Orders by Month and Year"
- Click the "Preview" tab. Let's Save it.
- Click on the "Save as" tool bar button, name your report, for example "Lesson 2-2",
and enter the category you want the report to be shown under, for example "Training",
click ok. The Izenda report is saved.

Figure 6. Screen shot from report made in Lesson 2-2
End
|
Type: HOWTO
|