Concat many records in 1 record

Hi,
The documentation is in FlexCelTags.xls (in the Documentation folder of the FlexCel installation), but it says what I quoted in my last post. And there is really not much more to say about <#list()>, it just takes all the records in a dataset and outputs them all in one line separated by some separator.

So if you have a dataset/list with 3 records:
Torre de belem
Castelo de S?o Jorge
Mosteiro dos Jeronimos 

<#List> will return:
Torre de belem, Castelo de S?o Jorge, Mosteiro dos Jeronimos 

That is all there is to it. Now, looking at your example I think I can figure out why it is not working for you. What I noticed is that List will work only in datasets you add with AddTable, (In this case it would be "Country"), not with datasets that are a property of the master table (like City) in your case.

So we are adding a fix here to allow List to also work in detail datasets. It should be available in the next bugfix release, which should be coming by the end of this week, start of the next.
Adrian Gallero2015-11-17 11:18:44