Forum Discussion
On Demand Reporting
- 4 years ago
I'm trying to create a report with a direct connection to a table in SQL that contains data for all of our clients.This mean you a creating a "Direct Query" report, so yes it will work
You select a client in a filter, then hit apply. Then the query for the selected client will be sent to data source, and return to the report, so only selected client information is loaded and viewable in the report.
Does this just give the ability to hit 'apply' when choosing a filter? What I'm looking to do is have the user select a client from a list then the query will run and populate the report based on that selection so the data is not pulled for all clients. It seems like this option is only for filters within the report, in which case the data for all clients would already need to be loaded.
I'm trying to create a report with a direct connection to a table in SQL that contains data for all of our clients.This mean you a creating a "Direct Query" report, so yes it will work
You select a client in a filter, then hit apply. Then the query for the selected client will be sent to data source, and return to the report, so only selected client information is loaded and viewable in the report.