Hi @radzmar, after doing the hidding. I'm now struggling with sorting the same table by date descending.var Cell1Array = new Array();var Cell2Array = new Array();var Cell3Array = new Array();var Cell4Array = new Array();var Cell5Array = new Array();var Cell6Array = new Array(); var rowIM = xfa.resol...
Hi,I'm trying to hide a row inside a dynamic table if data in cell2 has "Old Statement". If cell2 has the name "Old Statement". Hide that whole row. My code only hides the 1st row.if (statementForm.sfStatementForm.sfStatementSummary.sfStatementEntries.tblstatementEntry.rwStatementEntry.Cell2.rawValu...