Suitestallion
12/10/2020, 7:59 PMWatz
12/11/2020, 7:19 AM<#list line as lines>
${lines.custcol_bbpk_cus_project}
</#list>
or address a specific row directly:
${line[0].custcol_bbpk_cus_project}
https://freemarker.apache.org/docs/ref_directive_list.html#ref_list_itemsSuitestallion
12/11/2020, 1:42 PM