I have a 100.000+ record table and I need to report just one record.
I noticed that If I use the report filter with "Fields.id_field = ...." the report seems too get all data from the server, and then filter the desired record. If I filter the query with "WHERE id_field =..." the reports runs very fast.
Is this normal? If I should use database filtering (instead of report filtering): where should I set the query parameters (@id_field)?
Thanks in advance!
I noticed that If I use the report filter with "Fields.id_field = ...." the report seems too get all data from the server, and then filter the desired record. If I filter the query with "WHERE id_field =..." the reports runs very fast.
Is this normal? If I should use database filtering (instead of report filtering): where should I set the query parameters (@id_field)?
Thanks in advance!