Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with Report Filter

0 views
Skip to first unread message

olavo....@gmail.com

unread,
May 14, 2007, 7:13:19 AM5/14/07
to
Hi, I'm trying to make my reports in REPORTING SERVICE 2000! The
report are ok, but when I try do add a filter in CRM, appear a msg
saying that I can't add a filter in my report! Any one can help me ??

Ronald Lemmen

unread,
May 14, 2007, 7:41:17 PM5/14/07
to
Hi,

You will need to prepare your report for filtering. you can do this by
adding an alias to the filteredview with the prefix "CRMAF_".

That means that you should not use this as query:
"select * from filteredaccount"
instead use this query:
"select * from filteredaccount as CRMAF_filteredaccount"

then you can use prefiltering in your report.

Hope this helps,
--
Ronald Lemmen - MSCRM MVP
Avanade Netherlands
http://www.ronaldlemmen.com/

0 new messages