SSRS 2008
SQL 2005
I do most of my filtering on the SQL side but I need to add a filter on the report side for this one field and cannot figure out the syntax needed.
I have tried variations of the following but the report always retuns no rows when using the parameter default. Can you help me with what I need to put into the dataset filter?
Here is what I am trying:
=Parameters!RecordID.Value or (Parameters!RecordID.Value = -1)
SQL 2005
I do most of my filtering on the SQL side but I need to add a filter on the report side for this one field and cannot figure out the syntax needed.
I have tried variations of the following but the report always retuns no rows when using the parameter default. Can you help me with what I need to put into the dataset filter?
Here is what I am trying:
=Parameters!RecordID.Value or (Parameters!RecordID.Value = -1)