cancel
Showing results for 
Search instead for 
Did you mean: 

Add column on Crystal Report Multilple Selection

Former Member
0 Kudos

How can I add another column on multiple selection values form in SAP?

This is one of my dynamic parameter and it only show CheckBox,CardCode,CardName column?

This is my code:

select * from OINV where CardCode in {?BPCode@Select CardCode,CardName FROM OINV} and  DocDate Between {?StartDate} and {?EndDate}

What if I want to add For Example DocEntry column,How to do this?

Accepted Solutions (0)

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

You may post this discussion as new at SDK forum to get an idea.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

HI

you can only show 2 column in the select parameter.

when you write the SQL query , please select the 2 columns than you want the user to see.

the first column is what the CR select - so the first column should be the column you compere the parameter to.

shachar

Former Member
0 Kudos

Can I add column using SDK?or any possible way to add column?