February 15, 2010 at 4:07 am
Hi All,
In a text box in SSRS 2005 I want to concatenate a string and an integer like this;
=AVG(Fields!Avg_hours.Value) + " Hours"
in order to get an output like 3 Hours. The above gives me error.
How can I achieve the output I want.
February 15, 2010 at 5:05 am
Got the answer. thanx
February 15, 2010 at 6:33 am
phumlo1 (2/15/2010)
Got the answer. thanx
Cool... so what's the answer?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2010 at 7:25 am
Jeff Moden (2/15/2010)
phumlo1 (2/15/2010)
Got the answer. thanxCool... so what's the answer?
Replace + with &.
February 15, 2010 at 9:23 am
Gotta love it. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply