Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.count = input_row.count
context.count = input_row.count
Hi, everyone!
I have a context variable RowCount, and I need to write javacode which will input row count into this variable.
this code doesn't work:
context.RowCount = input_globalMap.put("tFileRowCount_1_COUNT");
Can u help me ?