Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Formatting number data in a form

Avatar

Level 1

In Campaign Classic (V6) I've added our customer account number to the the Recipient form.  Marketers can copy this number and paste it into other systems for QC purposes.  In Campaign, it displays with commas to separate the thousands places.  I would like the number to be displayed without the thousands in the form.  The number isn't stored with the commas and it exports without the commas just fine.  It only displays in the form with commas.

<input xpath="@customer_id">

The form is read only.

Thanks for any ideas.

1 Reply

Avatar

Employee Advisor

Hi jessew30831389 ,

You should either change the type of column to string or keep the original column as long and the input form should show the same converted to string.

You can refer to account # column

<attribute label="Account #" length="30" name="account" type="string"/>

1554041_pastedImage_0.png

Regards,
Vipul