Hi,
I have output from a batch macro which populates results based on certain business rules.
Since the same name, value can pass 1 business rule and fail another - The macro result output will have more than 1 result for each record, name combination based on the number of business rules being processed by the macro.
I've attached the expected output from the macro.
The rows highlighted in yellow should be excluded or deleted based on a Record ID, Name combination.
That is for a record ID, Name combination if there are more than 1 row then the row with 'Valid' in result should be deleted before proceeding to the next step in workflow.
However if there are more than 1 rows with 'Valid' for a record Id, name then 1 of it should be included (like Record Id 3, Merchant Name).
Please suggest how this can be done.
Thanks