Run time parameter with wildcards

(3 posts) (2 voices)

Tags:

No tags yet.

  1. werner, Member

    Is it possible to pass a runtime parameter with a wildcard?

    For example, 'inCountry N*'

    Thanks again for the help!

    Werner

  2. myDBR Team, Key Master

    Yes,
    easiest way of doing that would be to use SQL 'LIKE' condition in the query. If you wish to use * as a wildcard then just change * to % inside the report (can create a function for that to make it usable across reports).

    Alternatively match the data so that either full match or partial match would be accepted. It really depends how you wish it to behave.

    --
    myDBR Team

  3. werner, Member

    And again, thanks very much!


Reply

You must log in to post.