Table of Contents

Use Data Sources in the Page

Once a Data Source has been added to a Page, it can be used on a number of Blocks. Data Sources can be bound to certain Blocks that allow you to store data or display data, such as a data grid. These can be used if you want to display data in a grid view to the user, or if you want the user to enter some details and have it stored directly into the connected Data Source, such as an SQL Server Database.

Note

It is recommended that you read the article listed below to improve your understanding of Data Integration.

Adding a Data Source to a page

To add a Data Source onto the Page of an Application, follow the steps below:

  1. Open the Editor for the Application.

Opening the application editor

  1. Drag a Block that can display data, such as a Data Grid.

Dragging a data grid block onto the page

  1. Highlight the Block that you want to bind the Data Source to.
  2. Select Block Properties.
  3. Select a Data Source from the list.
  4. Click on Save.

Selecting a data source in block properties

The block highlight color will change to yellow to show it has a Data Source. Click on Launch to launch the Application and view the data.

Launching the application to view data

Note

If the Data Source is properly configured, the data will display and can be visible when the app is launched.

Application showing data from the configured data source

Filtering records from a Data Source

To filter and limit the number of records the Data Source displays, follow the steps below:

  1. Open the Editor for the Application.

Opening the application editor

  1. Highlight the block of the Data Source you want to filter.
  2. Click on the edit button to Filter.

Editing filter for a data source

  1. Add a filtering condition or group.

Adding filter conditions

  1. Click on Apply.
  2. Click on Save.

Applying and saving filter

Sorting records from a Data Source

To sort the records the Data Source displays, follow the steps below:

  1. Open the Editor for the Application.

Opening the application editor

  1. Highlight the block of the Data Source you want to sort.
  2. Click on the plus button to add a new field to sort by.

Adding a sort field

  1. Sort the field in ascending or descending order.
  2. Click on Save.

Setting sort order and saving

Showing specific records from a Data Source

Show # of Results

To show a limited number of the records the Data Source displays, follow the steps below:

  1. Highlight the block of the Data Source.
  2. Click on Block Properties.
  3. Show the number of results.
  4. Click on Save.

Setting number of results to display

Skip # of Results

To skip certain rows, follow the steps below:

  1. Highlight the block of the Data Source.
  2. Click on Block Properties.
  3. Skip a number of results.
  4. Click on Save.

Setting number of results to skip

Show Default Row

To change the settings for the default row, follow the steps below:

  1. Highlight the block of the Data Source.
  2. Click on Block Properties.
  3. Change the default row.
  4. Click on Save.

Setting default row


Last modified: June 04, 2025