Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Optional Parameter in Report Builder 3.0

    Try this, in SQL Statement:

    WHERE

    (<table field name> LIKE @<parameter> OR @<parameter> IS NULL)

    This works for me, easy and clean.

    Edit: In parameters properties check the box "Allow Null Vallues", just this...

Viewing post 1 (of 1 total)