cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple value selection - SAP Crystal Report

01-20-2023 8:22 AM
4024 views 11 comments
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

DonWilliams
Active Contributor
0 Likes

Change your parameter to Allow Multiple Values.