You can customise the Screen and place a combobox for the character01 field
instead of a edit field and set the options that the user can select from.
instead of a edit field and set the options that the user can select from.
On Fri, Jan 21, 2011 at 1:56 PM, Adele <arbjorklund@...> wrote:
>
>
> I have this figured out and will post it here so others can use it, if
> needed. It works great, with the exception of letting the users know what is
> ok for the field...
>
> I set up a record selection formula in Select Expert in Crystal Reports as:
>
> if {BAQReportParameter.Character01} = 'ALL' Then
> {BAQReportResult.HDCase.WFComplete} in [True, False] else
> if {BAQReportParameter.Character01} = 'True' Then
> {BAQReportResult.HDCase.WFComplete} = True else
> if {BAQReportParameter.Character01} = 'False' then
> {BAQReportResult.HDCase.WFComplete} = False
>
>
> --- In vantage@yahoogroups.com <vantage%40yahoogroups.com>, "Adele"
> <arbjorklund@...> wrote:
> >
> > Is There a way to let Boolean option fields allow True, False or ALL as
> choices? The fields to not appear on the list to setup as filters. I'm
> trying to use hdcase.wfcompelete.
> >
> > Thanks
> >
>
>
>
[Non-text portions of this message have been removed]