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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Fields - CR.9

Status
Not open for further replies.

vbjohn

Programmer
Aug 23, 2001
67
0
0
US
I have this parameter and in its options I have the "Allow multiple values" check and then "Discrete values(s)" checked as well.

When I go into the "Select Expert" and put the parameter into the expert I get this message.... "This array must be subscripted. For example: Array ".

Any Ideas on how to do it?


Code:

table.co_code in {?ParamUnit}
 
Despite it sounding illogical you need to use the equals sign.

{fieldname} = {?parameterfield}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top