Friday, March 9, 2012

How to concatenate a fields in the texbox?

Good day? ]

Can anyy body help me how to concatenate a fields in the textbox?

Your help is greatly appreciated

What about

=Fields!YourField & Fields!AnotherField ?!

|||

If you are asking how to concatenate multiple field instances into a textbox, i.e.

Seattle
Portand

Into:

Seattle, Portland

then this requires a custom aggregate. While not natively supported, there are some workarounds described in my blog.

No comments:

Post a Comment