Graphs provide an easy way for the reader to get an overview of the data trend.
1. Select the Detail1 section, the Options Menu will open on the right. Under Actions, select the Insert Group Header Band.

2. Click the Fields List tab. Create a query using steps from section 3.4 or type a SQL command in the SQL string section. Then follow steps from the Binding Query with Report Controls section to bind the query with the data.
NOTE: You must bind the report (step 5 from 4 the Binding Query with Report Controls section ) to the Data Source and Data Member before you can complete step 4.

3. Drag a Chart control into the GroupHeader1 section and expand the chart to the max width of the Report Designer Workspace

4. Click Run Designer
5. Add the required information to the Chart Designer under Properties to create a Bar Chart:

a. Data Source: eCASE1
b. Data Member: CustomSQLQuery_1 (the Data Member list populates based on the selection for Data Source)
c. Series Data Member: FOLDER_STATUS (this populates the X-axis)
d. View: Bar (this determines the type of chart)
e. Argument Data Member: FOLDER_STATUS
f. Value: number_of_f
6. Add a title to the chart by clicking Add next to Titles under the Chart Structure. Add the desired properties to the title.

a. Text: Number of Folders by Folder Status
7. Select OK when you have finished configuring the Chart Settings.
8. Click Preview within the toolbar to preview and export report data.
