views:

108

answers:

0

I have the DataSource which returns columns ItemsName and I need to join these all names into one Textbox.

The output should look like:

"ItemName1, ItemName2", ItemName3, ..."

I cannot figure out how use =Join() to do that. Thank you for any help.