Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Builder SSRS

Status
Not open for further replies.

jeffinperth

Technical User
Sep 30, 2002
52
AU
Testing Report Builder, have built a model, and want to extract a date in DDMMYYYY format.
tried to define a formula, if i use
DAY(variable_date) the syntax is fine, but when i do
DAY(variable_date)MONTH(variable_date)YEAR(variable_date)
get the error

The following syntax error occurred: expected end of formula

any ideas?

cheers

Jeff
 
Have you tried adding & inbetween each of the functions? i.e. DAY(variable_date) & MONTH(variable_date) & YEAR(variable_date)

Hope this helps
Thanks
Adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top