I have an Office 365 SharePoint Site that has an Access App. I'm using a copy of that Apps' Access DB to run SSRS reports against. I want to add a parameter to my report's Data Set to but can't figure out how to add it. The normal =@Parameters that would be used against a SQL Server DB doesn't seem to apply.
Can you define a parameter against Access tables in SSRS Data Sets? If so how?
I tried adding a parameter to an Access Query and it works fine in Access but I if I use the Query in SSRS and reference it like you would a Function or SP, Query(@Parameter), I get an error . If I don't put (@Parameter) I get the too few parameters expected error.
Thanks,
Joe