Looping through a multiple value parameter array

前端 未结 3 1418
长情又很酷
长情又很酷 2021-01-13 11:06

I have a parameter that allows multiple values. Its for a name field in my database. What I want to be able to do is allow the user to put in a name and then have crystal fi

3条回答
  •  心在旅途
    2021-01-13 11:38

    Luckily CR can handle this situation automatically (at least in CR2008, where I just confirmed it). You can just do {?Customer Name}="All" or {NAMEFIELD} like {?Customer Name}.

    It will be up to the end user to use the wild cards appropriately, but you can add a blurb to the parameter's help text or force the *Name* format with an edit mask.

提交回复
热议问题