How to add the current time to the RDS SSRS report.
Please help me ... I am using Date for
=DateAdd("m", -1, Now)
but only for time?
If you are trying to include the time and date of printing, you can also use a global variable
=Globals.ExecutionTime
Try it!
=Now() =DATEADD("m", -1, now())