Hi all,
I’can’t get to format a nested table field. Can someone help me please ?
Here code generated by PPC designer
results.each(function(index) {
var field, result = “”;
field = record.tables["detail"][index0].tables["articles"][index1].fields["champs1"];
if (field !== 0) result += formatter.number(champs1, "#,##0.000");
this.html(result);});
Surely a mistake around index0 and index1
Thanks in advance,
Christophe