Converting Amount on check in word
im newbie on netsuite
can you please help me
i want to convert amount on check on the Advanced PDF/HTML Template
this is the record that i want to convert in word ${record.custbody_abj_filam_amount_on_check}
<table border=”0″ cellpadding=”1″ cellspacing=”1″ style=”width: 783px;”><tr>
<td style=”height: 1px;”> </td>
<td style=”width: 316px; height: 1px;”>${record.custbody_abj_company_name_check_pymt}</td>
<td style=”width: 25px; height: 1px;”> </td>
<td style=”width: 33px; height: 1px;”> </td>
<td style=”width: 49px; height: 1px;”> </td>
<td style=”width: 153px; height: 1px;”>${record.custbody_abj_filam_amount_on_check}</td>
<td style=”width: 38px; height: 1px;”> </td>
</tr></table>
can you please help me