SSRS default date.

Hi All,

I have SSRS report. In that there is a date filter(Which is calendar). I want now if i dont select date it should give data for all the dates.

How to give this in expressions?

Thanks in advance.

March 3rd, 2014 4:27am

You need to check AloowNull value for this parameter and give default value as Null.

Then in your bacckend query set condition as below

WHERE ( <your current date filter condition> OR @DateParameter IS NULL)

and it will work giving you details for all dates by default
Free Windows Admin Tool Kit Click here and download it now
March 3rd, 2014 4:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics