Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass C# Multiple Selections to Parameter

Status
Not open for further replies.

ksaab2002

MIS
Jan 6, 2005
66
US
Hello,

I have a C# web page that gathers and passes a multiple selection to my crystal report as ["Val", "Val2", "Val3"]

(I am not the developer for this C# page- but this is what I am told is being passed.)

My report(CR10) has a parameter {?Break1} which has a default vale of * and is set to accept multiple values - but will not accept multiples from the C# input array.

Currently the report selection criteria for {?Break1} is: SALEITEM.SORT1 like {?Break1}

I am trying to make it so that an end user can select multiple valus for {?Break1}

What am I missing? Shoud I be using a spilt function?

Thanks in advance,

KSaab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top