S
shapper
Hello,
I created a SQL query as follows:
SELECT *
FROM Books
WHERE Value>[@Min];
I then created a report.
How can I make my report to use this query as a filter to the records
that should be displayed?
Thanks,
Miguel
I created a SQL query as follows:
SELECT *
FROM Books
WHERE Value>[@Min];
I then created a report.
How can I make my report to use this query as a filter to the records
that should be displayed?
Thanks,
Miguel