Question
3
Replies
253
Views

Kelly Services Malaysia Sdn. Bhd.
MY
Posted: May 15, 2020
Last activity: May 19, 2020
Last activity: 19 May 2020 13:33 EDT
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****