Hi ,
I had a Datatable, where split by columns , for example a ( build versions) .. I need to remove the data which is common in both columns.
Actual :
V1 V2 V3
foo bar Car
bar car man
chain chain chain
Expected :
V1 V2 V3
foo bar Car
bar car man
If i filtered out V3.. i should have comparison with V1 and V2
V1 V2
foo car
Any script painless in aggregation.. will help @Badger