Quantcast
Channel: Sam's Activities
Viewing all articles
Browse latest Browse all 3363

Passing User Filters to Custom SSRS Report with a Stored Procedure as the Dataset

$
0
0

Hi all.  I've created an SSRS report, imported into CRM, that uses the following stored procedure for data:

CREATE proc [dbo].[crmOppOrderInfo]

as

begin

SELECT ...

FROM FilteredOpportunity AS CRMAF_FO

WHERE (statecode IN (0, 1)) AND (closeprobability <= 92)

end

I want my users to be able to use the OOTB pre-filtering capabilities (like in the below image) in the CRM UI to filter this report further.

Has anyone managed to find a way to get this to work?

Thanks in advance, everyone.


Viewing all articles
Browse latest Browse all 3363

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>