Groups | Blog | Home
all groups > sql server reporting services > april 2005 >

sql server reporting services : How to cast a numeric database field to character


Ramdas
4/4/2005 1:43:02 PM
Use CStr(Month) & "/" & CStr(Year)

[quoted text, click to view]
MikeL
4/4/2005 1:56:51 PM
Hello.

I have a report and need to concatenate two numeric database fields, a month
and a year, into a string with a slash (/) between them and put it on the
report header.

How can I do this?

Thanks in advance,

Mike

AddThis Social Bookmark Button