Hi , i am creating an ssrs report in which i am using multiple parameters and my need is if i am selecting nothing in a parameter the reports should run..but it's gives error .. error is The "ParameterName" parameter is missing value
*This post is locked for comments
we have tried all these links still did not get any solution
Hi Arun,
Below might help you:
us.hitachi-solutions.com/.../optional-parameters-in-a-microsoft-dynamics-crm-fetch-report
social.microsoft.com/.../fetch-xml-report-how-to-use-optional-parameters
www.mssqltips.com/.../sql-server-reporting-services-reports-with-optional-query-parameters
docs.microsoft.com/.../report-parameters-report-builder-and-report-designer
If you need any anything more do let me know.
Thanks
Regards,
AW
Can you please let me know for fetch based ssrs report.I have tried with following conditions in fetch:
<filter type="and">
<filter type="or">
<condition attribute="accountid" operator="eq" value="@Account" />
<condition attribute="accountid" operator="not-null" />
</filter>
</filter>
where "@Account" is name of parameter.
Hi Aron,
I think below link might help you:
If you need any anything more do let me know.
Thanks
Regards,
AW
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156