Guides/ReportDesign/7.0-Chart-tab.md
... ...
@@ -52,7 +52,7 @@ The table below describes the features of the **Trend** chart type selection.
52 52
53 53
###7.2.1 Creating a Trend Chart Showing Orders by Month
54 54
55
-***This tutorial will demonstrate how to create a chart demonstrating the grouping function "Orders by Month". You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.***
55
+***This tutorial will demonstrate how to create a Trend chart demonstrating the grouping function "Orders by Month". You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.***
56 56
57 57
**Instructions**
58 58
... ...
@@ -104,7 +104,7 @@ The image below shows the **Pie** Chart Type selection options on the **Chart**
104 104
105 105
*Note: Some options may not be available with certain charting engines. For a list of charting engines and what they do, click [[here|/API/CodeSamples/ChartingEngine]].*
106 106
107
-***The table below describes the **Pie** chart selection options. You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.***
107
+***The table below describes the Pie chart selection options. You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.***
108 108
109 109
|**Feature**|**Description**|
110 110
|Title|Allows the user to enter a title for the entire chart that will be shown above the top of the chart.|
... ...
@@ -125,15 +125,13 @@ The image below shows the **Pie** Chart Type selection options on the **Chart**
125 125
126 126
###7.3.1 Creating a Pie Chart showing the percentage of orders from each country
127 127
128
-![Basic Pie Chart]()
129
-
130 128
**Instructions**
131 129
132 130
1. From the ReportList.aspx page, click on the arrow icon next to **"New"** and click **"Report"** from the dropdown menu. When the page redirects, we need to select a data source.
133 131
2. Click on the **Data Sources** tab. Then click on the drop down box and choose **Orders**.
134 132
3. Click on the **Chart** tab. This is where we create charts.
135 133
4. Click on the **"Chart Type"** drop down box and choose **Pie** for the chart type.
136
-5. Click on the **Label** drop down box and select **ShipCountry** for our label field.
134
+5. Click on the **Label** dropdown box and select **ShipCountry** for our label field.
137 135
6. For the **Label** function select **Group** from the drop down box.
138 136
7. Click on the **"Value"** drop down box and select **OrderID** for our value field.
139 137
8. For the **Value** function select **Count Distinct** from the drop down box. Let's sort the values so the countries with the most orders will be together.
... ...
@@ -144,30 +142,29 @@ The image below shows the **Pie** Chart Type selection options on the **Chart**
144 142
13. Click the **Preview** tab. Now the Report is Titled. Let's Save it.
145 143
14. Click on the **Save As...** toolbar button, name your report, and enter the category you want the report to be shown under. Click OK. The Izenda report is saved. You may now view the report by navigating to it from the Report List page.
146 144
147
-![Basic Pie Results]()
145
+![Basic Pie Results](/Guides/ReportDesign/7.0-Chart-tab/basic_pie_result.png)
148 146
149 147
###7.3.2 Creating an Advanced Pie Chart Report
150 148
151 149
***In this lesson, we will modify the pie chart created above by separating the data by year so we can see which countries had the most orders each year.***
152 150
153
-![Advanced pie chart]()
154
-
155 151
**Instructions**
156 152
157 153
1. Edit your newly created report. You can do this by selecting the category you stored it under on the Report List and clicking the **pencil** icon at the bottom right corner of the preview panel.
158 154
2. Click on the **Chart** tab.
159
-3. Click on the **Show Advanced** button.
160
-4. Click on the **Separator** drop down box and select **OrderDate**
161
-5. Click on the **Separator** function dropdown box and select **Group(Year)**. This is how the data will be separated. Next, let's limit the number of records shown to 10.
162
-6. Click on the **Records** textbox. Enter 10. Next, let's add a legend.
163
-7. Click on the **Show Legend** check box to select it. Now, let's explode the largest slice from each year.
164
-8. Click on the **Explode Largest Slice** check box. Now, let's add percentages to the pie graph.
165
-9. Click on the **Show Percentage** check box. Now, let's also change the type of pie chart.
166
-10. Click on the **Chart Type** drop down box and select **Doughnut**.
167
-11. Click the **Preview** tab. Now the Pie Chart has been enhanced to show the countries with the most orders separated by year. Let's update the title for this report.
168
-12. Click on the **Misc** tab.
169
-13. In the **Title** text box enter "Orders By Country and Year"
170
-14. Click the **Preview** tab. Let's Save it.
171
-15. Click on the **Save As...** toolbar button, name your report, and enter the category you want the report to be shown under. Click OK. The Izenda report is saved. You may now view the report by navigating to it from the Report List page.
155
+3. Click on the **Value** dropdown box and select **Freight** for our value field and **Sum** for our function and **$0.00** for our format.
156
+4. Click on the **Advanced Properties** button.
157
+5. Click on the **Separator** drop down box and select **OrderDate**
158
+6. Click on the **Separator** function dropdown box and select **Group(Year)**. This is how the data will be separated. Next, let's limit the number of records shown to 10.
159
+7. Click on the **Records** textbox. Enter 10. Next, let's add a legend.
160
+8. Click on the **Show Legend** check box to select it. Now, let's explode the largest slice from each year.
161
+9. Click on the **Explode Largest Slice** check box. Now, let's add percentages to the pie graph.
162
+10. Click on the **Show Percentage** check box. Now, let's also change the type of pie chart.
163
+11. Click on the **Chart Type** drop down box and select **Doughnut**.
164
+12. Click the **Preview** tab. Now the Pie Chart has been enhanced to show the countries with the most orders separated by year. Let's update the title for this report.
165
+13. Click on the **Misc** tab.
166
+14. In the **Title** text box enter "Orders By Country and Year"
167
+15. Click the **Preview** tab. Let's Save it.
168
+16. Click on the **Save As...** toolbar button, name your report, and enter the category you want the report to be shown under. Click OK. The Izenda report is saved. You may now view the report by navigating to it from the Report List page.
172 169
173 170
![Advanced pie chart Results]()
... ...
\ No newline at end of file