Question
Closed
Passing Parameter Conditionally from section to report definition
Hi All,
Below Scenario
- Calling a Report definition from a Table. Report definition have filter condition which takes parameter passed from the Table
- In Parameter from that table tried following code @if(A == "","B","C") . if A is empty i need pass parameter as B else C. But I am getting syntax error.
- I have tried (A == "") ? "B": "C"
- I don't want to use Data Page and call activity to achieve this. Let me know if i can pass parameter conditionally. Please help with syntax
Thanks
***Edited by Moderator Marissa to update Platform Capability tags****