Hello Guys,
I was trying to make a report in crystal report that a user can select multiple value. The parameter to where im getting the data is from Inventory Transfer DocNum. In database field when I right click the DocNum and click Browse Data its shows all the data entered in Inventory Transfer. Now when I make parameter and Append all database values its shows only few data.
Im selecting the tables by Command Code... please find it below.
SELECT T0."DocNum", T1."Dscription" FROM "TESTSERVER2"."OWTQ" T0 INNER JOIN "TESTSERVER2"."WTQ1" T1 ON T0."DocEntry" = T1."DocEntry"
Question 2: Is there away that i can do Multiple selection from Command Code?
Thanks
Request clarification before answering.
Change your parameter to Allow Multiple Values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 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.