How to use the filter condition of one model to another model

Hi Geeta,

Couple things that may be helpful: 

1. The table component has a pagination property in the composer under “Display” where you can choose how many records you want to display at one time. One option is “Show All”, which will show all records in the model.

2. The model has a property called “Max # of records” which lets you decide how many rows you want to bring in at one time. If you delete that, it will return all available records in the database (as long as you don’t hit your data source’s query limit). 

Do either of those help?  Thanks!
Matt