Guides/ReportDesign/7.0-Chart-tab.md
... ...
@@ -170,7 +170,9 @@ The image below shows the **Pie** Chart Type selection options on the **Chart**
170 170
13. Click on the **Misc** tab.
171 171
14. In the **Title** text box enter "Orders By Country and Year"
172 172
15. Click the **Preview** tab. Let's Save it.
173
-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.
173
+16a. Click on the **Save** toolbar button. This will overwrite the old report with the new information you added.
174
+**-OR-**
175
+16b. Click on the **Save As** toolbar button to choose a new title/category to save your new report under.
174 176
175 177
![Advanced pie chart Results](/Guides/ReportDesign/7.0-Chart-tab/advanced_pie_result_2.png)
176 178
... ...
@@ -218,15 +220,15 @@ The images below show the **Bar** Chart Type selection optiosn on the **Chart**
218 220
219 221
**Basic Bar Chart Tab**
220 222
221
-![]()
223
+![](/Guides/ReportDesign/7.0-Chart-tab/basic_bar_tab.png)
222 224
223 225
**Advanced Bar Chart Tab**
224 226
225
-![]()
227
+![](/Guides/ReportDesign/7.0-Chart-tab/advanced_bar_tab.png)
226 228
227 229
***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]]
228 230
229
-**The table below describes the Bar chart selection options. You can use our [[demo site|]] to follow along with the instructions below.**
231
+**The table below describes the Bar chart selection options. You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.**
230 232
231 233
|**Feature**|**Description**|
232 234
|:---------:|:-------------:|
... ...
@@ -243,4 +245,51 @@ The images below show the **Bar** Chart Type selection optiosn on the **Chart**
243 245
|Shade Area Under Line|When "Show Pareto" is checked, this will cause the entire area underneath the trend line to be shaded semi-transparently.|
244 246
|Label Title (Bottom)|This text box allows the user to label the bottom section of the chart, allowing viewers to more easily read the data.|
245 247
|Label Title (Left)|As with the entry above, but for the Left chart margin. The data displayed in the left margin describes the bar portion.|
246
-|Label Title (Right)|As with the entry above, but for the Right chart margin. The data displayed in the right margin describes the trend portion.|
... ...
\ No newline at end of file
0
+|Label Title (Right)|As with the entry above, but for the Right chart margin. The data displayed in the right margin describes the trend portion.|
1
+
2
+###7.5.1 Creating a Bar Chart showing the amount of revenue for each month
3
+
4
+**Instructions**
5
+
6
+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.
7
+2. Click on the **Data Sources** tab. Then click on the drop down box and choose **Orders**.
8
+3. Click on the **Chart** tab. This is where we create charts.
9
+4. Click on the **"Chart Type"** drop down box and choose **Bar** for the chart type.
10
+5. In the **Title** text box enter "Orders By Country".
11
+6. Click on the **Label** dropdown box and select **OrderDate** for our label field.
12
+7. For the **Label** function select **Group(Month Name)** from the drop down box.
13
+8. Click on the **"Value"** drop down box and select **Freight** for our value field.
14
+9. For the **Value** function select **Sum** from the drop down box.
15
+10. For the **Format** dropdown box, select **$0.00**(money). Let's sort the values so the months are in sequential order.
16
+11. Click on the **Sort** checkbox for the value field.
17
+12. Click on the **Preview** tab so you can view the report. Let's add a title to this report.
18
+13. Click the **Preview** tab. Now the Report is Titled. Let's Save it.
19
+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.
20
+
21
+![](/Guides/ReportDesign/7.0-Chart-tab/basic_bar_results.png)
22
+
23
+###7.5.1 Creating a Bar Chart showing the amount of revenue for each month
24
+
25
+**Instructions**
26
+
27
+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.
28
+2. Click on the **Chart** tab.
29
+3. Click on the **Advanced Properties** button.
30
+4. Click on the **Separator** drop down box and select **OrderDate**
31
+5. Click on the **Separator** function dropdown box and select **Group(Year)**. This is how the data will be separated.
32
+6. Click on the **Line Value** dropdown box and select **UnitPrice**.
33
+7. Click on the **Line Value** function dropdown box and select **Average**.
34
+8. Click on the **Show Legend** check box to select it. Now, let's also add a trend chart to this graph.
35
+9. Click on the **Show Pareto** check box. Now, let's show the columns stacked on top of each other.
36
+10. Click on the **Stacked** check box. Now, let's label the other sections of the chart.
37
+11. In the **Label Title (Bottom)** text box, enter "Sales Month".
38
+12. In the **Value Title (Left)** text box, enter "Total Revenue".
39
+13. In the **Value Title (Right)** text box, enter "Average Price per Unit".
40
+14. Click the **Preview** tab. Now the bar chart shows revenue by month and year as well as the average unit price for each month. Let's update the title for this report.
41
+13. In the **Title** text box on the Chart tab, enter "Revenue by Month by Year".
42
+15. Click the **Preview** tab. Let's Save it.
43
+16a. Click on the **Save** toolbar button. This will overwrite the old report with the new information you added.
44
+**-OR-**
45
+16b. Click on the **Save As** toolbar button to choose a new title/category to save your new report under.
46
+
47
+![]()
... ...
\ No newline at end of file