Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Export Listgrid where field is an array of string

    SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)

    While exporting listgrid using exportData, in my entity i have a field : private String[] attr1PrintCodes;
    I have defined the same in my ds file.
    While viewing the listgrid, the values appear as comma seperated, which is correct. But while export i get the value as [Ljava.lang.String;@ce86c9e.
    I cannot change the type of field to string as it is a multiselect item.
    Please help

    #2
    We're not seeing this problem - exports to Excel and CSV both output a comma-separated string.

    You didn't manage to mention what kind of export this is, but if you think there's a bug here, we'll need to see a minimal, ready-to-run test case.

    Comment

    Working...
    X