I am pulling information from a table with a nested table in it. Somehow, I have ended up with some duplicate lines.
What I would like to do is to filter these rows when three criteria is met. Firstly, that the row ID is the same, then that the lin number is the same and finally, that the document number is the same. Once these three conditions are met, then only one of those rows should remain and the rest should be filtered out.
Is this possible? I’ve posted one example screenshot below.
Yes.
And if you require assitance with that please provide a sample. By the way it looks as though all other field values match as well if that’s the case - select all columns and remove duplicates.