I have a report that I'm building out with BIDS for CRM 2011. I have my dataset set up for prefiltering. It uses the following query.
Select *From Filterednew_quote as CRMAF_Filterednew_quote
I also have a parameter that should be populated from the GUID of the record that is returned in the dataset above. When I preview the report within BIDS, it builds fine and runs correctly. However, when I import the file into CRM, the parameter never gets populated and so the report does't run correctly. I usually get "The expected parameter has not been supplied" error. Anyone have a clue what might be going on and why the parameter isn't being populated.
Thanks!