Specifying Data Source Fields
When you first create a data source, it is automatically configured to fetch the contents of every field in the source table. Though it might seem a good idea to do this on the off-chance you need all of that data, retrieving more than you need can negatively affect the performance of your application. You can get around this problem by instructing a data source to retrieve only the fields your model needs.
Implementation:
- Switch to the Definition tab.
- Click to open the Model Data Sources window.
- Select the intended data source.
- If you have not already checked out the data source, do so by clicking .
- Click Fields to open the Data Source Fields window.
- Click Refresh Fields to ensure you are looking at the latest field list for the data source.
- Un-tick the check box next to any field you do not want the data source to retrieve.
You can tick or un-tick the check box of every field simultaneously using the check box at the very top of the list.
- Click Save and close the resulting pop-up.
- Click Close.