Hi Community.!!
Could you help me with the next?
I am receving an parameter, and the same can have 3 option
- empty
- single value for example = Buyer
- Multiple values. Here each value is delimeted by coma. Example = Buyer, Approver, Basic User
After to receive the information I need to filter on Data Common shape.
As you now at the moment i am filtering by one field called proc_cai eq "" but i want to know if I cant create a "IF FUNCTION" similitar this:
- Case Empty = proc_cai eq ""
- One value = proc cai eq "" and proc_type eq parameter
- Multiples Values = proc cai eq "" and parameter in proc_type
Its possible ? Case No, could you help me with this? I dont want to create if condition for each one.