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
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