on ‎2021 Jun 09 9:37 AM
Hello,
this is my parameters:
1. Kibuz@SELECT distinct BPLName FROM OBPL
2.Projct@SELECT distinct U_Z_code,U_Z_name FROM OBPL T0 INNER JOIN [dbo].[@A1GEN_PROJ_SITE] T1 ON T0.BPLId=T1.U_Z_BusinessPlace WHERE (T0. BPLName = '@Kibuz')
This is working if i choose in the first parameter one value, but if i choose "Allow multiple value" the second parameter is not display data.
Any idea?
Request clarification before answering.
Try changing your Where clause to this:
WHERE (T0. BPLName in '@Kibuz')
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.