Hi, is there any way to compare to files using a date range?
like: i have 2 file having jan and feb data.
I want to compare previous month with current: i.e Jan with feb and want to identify all new entries and then compare these entries with a range.
example: comparing jan with feb we will see new entries in feb month. then we should compare this start date range (02/01-02/29) and for jan (01/01-01/31 and if not in range it will show as "DISCREPANCY/ALERT"
i might approach by joining the two files and see the remaining data in r anchor or j anchor and then putting the criteria. not sure though.