Lesson 1: The BasicsLesson 1-1 - Designing a List of Shipping Countries ReportGoal - The goal of this lesson is to create a report which lists all of the countries the company ships to, view the report by using the preview tab, name, and save the report.
Steps to create a new Izenda report - - From the ReportList.aspx page Click on "Design a New Report".
- Under the "Data Sources" tab - Click on the drop down arrow and choose "Orders"
- Under the "Fields" tab - Click on the drop down arrow and choose "ShipCountry". Leave the "Description" box as it is. (this will be discussed in another lesson).
- Click on the "Preview" tab to see the Izenda report you just created.
- Click on "Save as" tool bar button, name your report, for example "Lesson 1-1", and enter the category you want the report to be shown under, for example "Training", click ok. Now you have a saved Izenda report.
Note: This Izenda report shows you real time information. If you want to take a snap shot of the current results you can export the information. i.e. Excel. (Exporting will be discussed in lesson 1-5.)  Figure 1. Screen shot from report made in Lesson 1-1
End Lesson 1-2 - Adding additional fields, using field functions, using field formats, & sorting the data.Goal - The Goal of the lesson is to add to the Country List Report - Lesson 1-1, the ship city, number of orders, and total freight costs. Then we will sort the data alphabetically by country. - If you did not just complete lesson 1-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 1-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.
- Let's add some more information to the report. Click the fields tab.
- In the bottom most row under the field label, select "ShipCity" from the drop down box
- I'd also like to see the "Order ID" & "Freight". Repeat Step 3 but select "Order ID" and then "Freight".
- The freight field is a dollar amount so select the "$0.00" format from the format drop down box.
- Click Preview. You will see the fields have been added.
- I'm interested in the number of orders to each city and the total freight spent shipping the orders. To see this information we need to add some functions to the fields.
- Click the "Fields" tab.
- Next to the "OrderID" field select "count" from the function drop down box. This will count the number of order IDs from the previous report. Let's change the description to "Orders" by entering that into the description textbox.
- **Notice that when a function is selected all of the fields default to using the group function.
- Next to the "Freight" field select "sum" from the function drop down box. This will sum the freight. Let's change the description to "Freight" by entering that into the description textbox.
- Click the "Preview" tab. Now let's sort the data alphabetically by country.
- Click on the "Fields" tab. Then click on the "sort a-z" checkbox on the same row as the "ShipCountry" field.
- Click the "Preview" tab. Now the data is sorted. Let's save the report.
- Click on the "Save as" tool bar button, name your report, for example "Lesson 1-2", and enter the category you want the report to be shown under, for example "Training", click ok. Now you have a saved Izenda report.
 Figure 2. Screen shot from final report made in Lesson 1-2
End Lesson 1-3 Visually Grouping & Subtotal FunctionGoal - The goal of this lesson is demonstrate the power of the Visually Grouping function and subtotal function using the report created in Lesson 1-2. - If you did not just complete lesson 1-2 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 1-2". 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.
- Notice how some countries have multiple cities listed. We can visually group by the country and have a cleaner report. Click on the "Fields" tab.
- Click the "VG" check box in the "ShipCountry" field row. Note: When using VG it must be the first field in the fields tab. If the field you select to Visually group by is not the first field then use the up arrow icons to make it the first field.
- Click the "Preview" tab. Now the data is sorted by the Ship Country. Let's add subtotals for each Ship Country.
- Click the "Fields" tab.
- Select "Sum" from the "subtotal" dropdown box.
- Click the "Preview" tab. Subtotals have been added. Let's save the report.
- Click on the "Save as" tool bar button, name your report, for example "Lesson 1-3", and enter the category you want the report to be shown under, for example "Training", click ok. The Izenda report is saved.
 Figure 3. Screen shot from report made in Lesson 1-3
End
Lesson 1-4 Adding a Summary and a TitleGoal - The goal of this lesson is to add a summary grid and title to the report created in Lesson 1-3. - If you did not just complete lesson 1-3 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 1-3". 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.
- There is a lot of data here so let's add a summary. Click the "Summary" tab.
- Under the "Fields" dropdown - Click on the drop down arrow and choose "ShipCountry".
- I'd also like to see the total number of "Orders" & "freight" cost in the summary. Repeat Step 3 but select "Order ID" and then "Freight".
- For the "Ship Country" field select the "group" function and select the "sort a-z" checkbox. This will group the data together by country and sort the data alphabetically.
- For the "Order ID" field select the "count" function and change the description to say "Orders". This will count the number of Order IDs for the country.
- For the "Freight" field select the "Sum" function and the "$0.00" format. Change the description to say "Freight". The will sum the freight for all orders sent to each country.
- Let's add a grand total so we can see how much business we have done. Select the "Add Grand Totals" check box.
- Click the "Preview" tab. You will have to scroll down to the bottom to see the report.
- Let's move the summary to the bottom of the report. Click on the "Style" tab.
- Scroll down until you see the report order. Click on the down arrow next to "Summary" until it is below "Details". Now it will be at the bottom of this report. Let's also add a title.
- Click on the "Misc" tab. In the "Title" text box enter "Orders and Freight By City and Country"
- Click the "Preview" tab. Now the Report is Titled and in the order I want. Let's Save it.
- Click on the "Save as" tool bar button, name your report, for example "Lesson 1-4", and enter the category you want the report to be shown under, for example "Training", click ok. The Izenda report is saved.
 Figure 4. Screen shot from report made in Lesson 1-4
End Lesson 1-5 Exporting a ReportGoal: The goal of this lesson is to export the report created in Lesson 1-4 to Excel using report designer. This can also be done in Report Viewer by selecting Excel from the "export type" drop down box and clicking the export button then follow step 3.
Note: To retain this information as it shows on your current Izenda Report let's export the information to Excel. Remember to capture the information showing on a current Izenda report you must download the report. Otherwise the report can change each time you open the report since it reads the data in real time from your data base. - If you did not just complete lesson 1-4 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 1-4". 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 Excel button on the tool bar.
- You will see a box that asks "Do you want to open or save this file".
- Click "Open".
- Now you will see a "web" version of the report.
- Click file, save as.
- Decide where you want to save the file and name the file.
- Change the "Save as type" to Microsoft Excel Worksheet.
- You now have an Excel document which shows the information on your PC Lesson 1-4 report.
End
|
Type: HOWTO
|