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 DocNum column,How to do this?

I want to add column on this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is not doable, it's a limitation in B1, it would still read only the first 2 columns, unless you are reading from one of the following tables: OCRD, OACT, OITM and OWHS

Answers (1)

Answers (1)

former_member183750
Active Contributor
0 Kudos

Hi Raphael

I don't understand how this is related to Crystal Reports? And why is this posed to the SAP Crystal Reports - Legacy SDKs forum?SAP Crystal Reports - Legacy SDKs

You may want to consult the document to find the best SCN Space for your query.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Former Member
0 Kudos

Hi Raphael,

Do you mean you just want to add a column in Crystal report?