Newsgroup subject: Report - How to add pre-filter
Archived from: microsoft.public.crm
Author: Louanne
Hi All
I am writing my first report for MS CRM (version 4).
I have written the report in SQL Server v5 BI Development and uploaded it into CRM. The report runs correctly for all records.
The users would like to have the "Edit Filter" button.
I think that pre-filtering needs to be turned on to do this but I'm not sure how to do this. I used Sales Pipeline as a model to do a similar report for a custom entity.
The SQL uses FROM (' + @CRM_FilteredQ2_Job + ') as job I have tried replacing job with CRMAF_Filtered_Job but this made no difference.
If anyone could provide me with guidance on how to enable filtering by the user it would be much appreciated.
Thanks Louanne
