Thank you!  This did exactly what I needed.  I think the Trim function was key.

I'm still hoping someone out there knows how I can code the shading of 
alternating rows in my report.  I am migrating an MS Access Application to 
SQL/ColdFusion and I really need to be able to shade alternating rows to make 
the report easier to view.  In Access reports, this is done by coding a 
combination of a Mod function and alternating the background color of the row.  
But, I am at a loss for how to do it in CF Report Builder.  If anyone has any 
ideas, I would appreciate it.

Do most Coldfusion developers use the Report Builder for reports or do they use 
Crystal Reports or other 3rd party toold?

Thank You,
Becky

>Becky,
>
>I had this same problem. The answer was to put the concatenation inside the
>field. What I mean is just put the field on the report. Then double-click it
>to bring up the expression editor (I think that's what it's called). In
>there you can put;
>   Trim(query.AreaFull) & " Area" <!--- notice the leading space --->
>
>Then when report builder renders the report, the whole field comes out
>right.
>
>Hope that helps.
>Chris
>
>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291566
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to