Hi ,
Please do the below.
1)use a branch step for each values and if it is not null ,then create a string for that particular filter and do a varaible susbitution like ColumnName=%filterValue%
Repeat the step for each input and use makeString service to create AND clause.
Then ,create where clause by using concat service .
Then pass this string as a input to your dynamic SQL service.
eg : select * from table ${where} . (you will pass where statement created in above steps here.
Thanks,
Sathya
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods