Group by on multiple columns
Hi All, I have one requirement to group by records on multiple columns and push latest record number into array form each group by. I am trying to accomplish using below script. It is not throwing error but also not displaying any record. Could someo...