Requirement - I have Interactive grid region with hiredate . Date1 is field outside the interactive grid.
Loop through each interactive grid record and get hiredate and compare with Date1 . If hiredate > Date1 then count = count+1;
Please let us know how to achieve this functionality.
Thanks in Advance.