You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!