Question
Verizon Data Services
IN
Last activity: 23 Mar 2023 6:53 EDT
How to pass the values dynamically in a in query when using connect sql
SELECT "PZINSKEY" AS "pzInsKey", "CASEID" AS "CaseId" from Data.TABLENAME WHERE "PZINSKEY" IN '{ASIS:.pyDescription}'
Tried multiple ways :
Commas separated
Value list property
Comma separated with \"
Comma separated with \'
Can somebody tell me if it's possible to pass the values inside a in query dynamically from a property.
In my use case I have to take union of 4/5 tables and hence I don't want to run a report definition.
I am able to pass the values dynamically using in .