Results 1 to 5 of 5

Thread: CR 11 Wildcard -> Param?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    CR 11 Wildcard -> Param?

    Is there a wildcard character I can use in a parameter to pull all the data instead of using an actually parameter?

    I would like to give the user an option to use specific criteria or pull all the data on one report.

    Thanks!

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR 11 Wildcard -> Param?

    Am I better off making 2 reports... 1 that takes a parameter and one that doesn't? I would think there is another way but that seems to be the only solution I can see.

  3. #3
    New Member lheo15750's Avatar
    Join Date
    May 2006
    Location
    Philippines
    Posts
    7

    Re: CR 11 Wildcard -> Param?

    hi,

    there is a wildcard symbol used in CRXI

    '?' stands for single character
    '*' stands for any number of character

    if you want to select all the data just use '*' on your record selection formula.

    good day!
    Lheo

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR 11 Wildcard -> Param?

    I tried "is equal to" with * and ?, neither of them work

  5. #5
    New Member lheo15750's Avatar
    Join Date
    May 2006
    Location
    Philippines
    Posts
    7

    Re: CR 11 Wildcard -> Param?

    try this one:

    if {?yourParameter} <> '' then
    ({yourField} = {?yourParameter})
    else
    ({yourField} like '*')
    Lheo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width