Hi All,
I have a multiple select field {test_multi} on Sales Order, which i use in Advanced PDF to print. The values multi-selected prints as "AAA BB CCC DDD".
I wanted to replace the blank space by comma (,).
On using ${test_multi?string?replace(" ",",")}, i dont see any changes happening to the print PDF.
And also observed that, while i try to use <#list test_multi as tm> ${tm}</#list>, It throws error saying => For "#list" list source: Expected a sequence or collection, but this has evaluated to a hash+string (wrapper: com.netledger.templates.model.StringModel)
Can someone help me on this. Thanks in advance!