Many thanks,
Dave
Thanks for the link, Chris, but I don't think this addresses my
concern.
I'm ideally looking for a way to use the CRMAF filter mechanism to
allow the user to pre-filter the report, and pass their selections to
my stored procedure, so that the query will return data in less than
the 5 minutes it takes now.
I have a very complicated query that, written as a sproc, takes a very
long time to run. I rewrote it as a query, with CRMAF_ aliases, and
with a CTE to do the heavy lifting, and that still doesn't work, as
CRM does not recognize the CRMAF filter, probably because the CTE
comes first..
I spoke recently to someone who I consider to be an SSRS guru, and she
told me that's why she doesn't use stored procedures with CRM
reporting, because you can't get the pre-filtering to work... I'm
just trying to cover my bases (and hope she's wrong ;-)...
I'd be glad to hear any other opinions... thanks,
Dave