How can I apply order to data population in email campaign?
Hi,
When months populate in this email campaign they appear to be in alphabetical order. Is there a way to get them to populate in order by month?
Here is the coding:
<#data PLATINUM_SALES as platinum><#filter CUSTOMERID_PS=CONTACTS_LIST.CUSTOMER_ID_><#fields month_year month_name purchase_total return_total cancel_total net_total>
${platinum.month_year}</td>
${platinum.month_name}</td>
${platinum.purchase_total?string.currency}</td>
(${platinum.return_total?string.currency})
(${platinum.cancel_total?string.currency})
${platinum.net_total?string.currency}</td>
</#data>
Thanks
0