Hi,
I have a paramter named as param_multi. I would like to add this as part of my sql as follows:
Select * from employee where 184 in ( $P{param_multi} ).
Can anyone suggest on how to do this?
Thank you
Regards
Gowtham
Hi,
I have a paramter named as param_multi. I would like to add this as part of my sql as follows:
Select * from employee where 184 in ( $P{param_multi} ).
Can anyone suggest on how to do this?
Thank you
Regards
Gowtham
Check my answer below and If it works Up Vote.