Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tech2
Yak Posting Veteran
51 Posts |
Posted - 2013-03-28 : 19:53:44
|
SSRS Report Builder 3.0 2008 R2What is the code that needs to be included in the Date Field that will calculate two date fields correctly.When I query a Date Field, the date changes to the current date in the query results, therefore, my datediff column 'StatusDays', is incorrect.I have a Date Field named 'StatusDate' and I created calculated field named 'CurrentDate', with the expression 'today()'.I believe I have to convert using 'VARCHAR'?Thanks, |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-03-29 : 13:41:16
|
your explanation is no clear. show your current expression and then explain what you're trying to achieve------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|