Previous page | Data Integration | Next page |
Selecting tables and Fields |
The output from a Query is a 'resultset', and this is what is used by Views to display the information. A resultset is a grid of rows and columns of data, each row being a 'record', and each column being a 'field'. (Whilst a raw resultset is an internal invisible construct, the Grid View shows it most closely) In simple cases, the size and shape of the resultset matches the source that the Query gets its data from, however in more complex configurations the resultset can be quite different. In designing a Query, you are going to specify:
The first stage in configuring a Query is to select the information to be used by it. Whether for display, sorting, or for use as a parameter or in a link, the Query requires the various fields involved to be added to it. The most common source of fields are Tables, however a Query can also take them from other sources, such as data feeds from the User Management system, and from the Order Processing system. To add fields – first add a source
To add fields
To remove a field
To remove a source
Changes are not saved until the Apply button at the bottom of the Fields tab is clicked. |