Greetings,
I need a solution to remove duplicates based on the criteria below.
If [Dep_Tran_Date] = [Balance_SnapshotDt] then [Dep_Tran_Date] = [Balance_SnapshotDt] Else [Previousday] = [Balance_SnapshotDt] ENDIF
Basically I want my workflow to choose the row that the [Dep_Tran_Date] = [Balance_SnapshotDt]. If it doesn't match, then choose this line where the [Previousday] = [Balance_SnapshotDt].
I think my workflow is doing this, however, it is also removing rows that are not duplicates. I added a record # to track the changes. In the Final Out browse node lines 11,12,13 are missing. They were not duplicates based on the criteria above. The were individual transactions where the DEP_Tran_Date and Balance_SnapshotDT were equal.
Any help would be appreciated. Thank you!