Summary and Chart

This example shows how to create a report with the summary and the graph on the same page.

Creating a Grid

1. Create a new grid application based on the following SQL.

SELECT
products.ProductID,
categories.CategoryName,
products.ProductName,
products.UnitPrice,
products.UnitsInStock
FROM
categories INNER JOIN products ON categories.CategoryID = products.CategoryID

2. Open the Grouping folder and click on “Static Grouping >> New Grouping“.

3. Select and enable the field categories.

4. Access the “Summary” guide in the application menu, then click on “Graphics >> Settings.”

5. Configure as the image below,

Showing only the summary and table

6. Return to the initial options “Grid Modules

7. Verify the “Summary” as the initial module and leave only this module and the “Graphic” enabled. In the “Chart” options, change to display it on the “same page“.

8. Click on the “Run application” button.


Tutorials in the same category

Tutorial: Saving Report Views

In this example, we will see the options available for the end user to store, in session or in a...

Tutorial: Grid with modal filter.

This tutorial will show how to configure a query filter to display in a modal window, using the res...

Export Option

To export different types of files we must carry out the following steps: 1 - Create a Grid ...

Integration with WhatsApp

To integrate WhatsApp with ScriptCase, we will be using a specific API called Chat-API, it is a...

Comment this post