We want to decide what action to take (e.g. which type of report to run) based on how many records would be involved (e.g. switch to a summary report in our reporting software if there will be too many points for the every point report).
Is there a way to ask a DataSource how many records match a filter criteria (or how many rows without any criteria) without fetching all of the records?
Since one of the things we are testing for is cases where a huge amount of data would be included we would rather not have to fetch every point in order to get the total count.
Thank you in advance for any help on this.
Patrick
Is there a way to ask a DataSource how many records match a filter criteria (or how many rows without any criteria) without fetching all of the records?
Since one of the things we are testing for is cases where a huge amount of data would be included we would rather not have to fetch every point in order to get the total count.
Thank you in advance for any help on this.
Patrick
Comment