Hi,
we are using SmartClient Version: v11.0p_2016-06-03/PowerEdition Deployment (built 2016-06-03) .
we discovered that the fields in our .ds.xml files with multiple="yes" values, for example:
get exported in XLS, CSV ou XLSX with brackets.
So the values exported are, for example:
database value: 'item1, item2, item3'
export value: '[item1, item2, item3]'
Is there a property to hide the '[' ']' when it's exported?
we are using SmartClient Version: v11.0p_2016-06-03/PowerEdition Deployment (built 2016-06-03) .
we discovered that the fields in our .ds.xml files with multiple="yes" values, for example:
Code:
<field name="name_item_array" multiple="true" type="text" title="Item(s)" width="150"> </field>
So the values exported are, for example:
database value: 'item1, item2, item3'
export value: '[item1, item2, item3]'
Is there a property to hide the '[' ']' when it's exported?
Comment