Question
2
Replies
4600
Views
Posted: June 21, 2017
Last activity: June 23, 2017
Closed
how to pass null to report filter with out making true to "Use null if empty" check box
I have report with fitler
.Name==param.Name
I want to pass null to above filter if param.Name=="Ram"
else
pass param.Name
I dont want tick Use null if empty as i want to get all the values in case of param.Name==""
Additional content from duplicate thread:
how to pass null to report filter with out making true to "Use null if empty" check box
***Moderator Edit: Vidyaranjan | Updated Categories, updated title & included content from duplicate thread***
I do not believe we have a feature to support that requirement. But depending on where and how you are calling this RD, it's possible you could wrap it in your own custom activity to handle this logic, so that when your RD is eventually called, you've already accounted for your "Ram" scenario and passed the appropriate params and the RD does not have to be modified at all.