Posted 1 October 2018, 3:32 am EST
Hi Calvin!
Apologies for the delay in response.
And as per my understanding (as shown in image section 3), after applying filter on ‘B.O.M. Description’ you want to check if other columns (‘Washer Number’ and ‘B.O.M. Material’) have distinct values in displayed rows like ‘B.O.M. Description’ column.
Currently, the only possible way seems to be this: In AfterFilter event, loop through the columns and check if filter hasn’t been applied on it then compare its values.
In order to check if filter has been applied or not, please use ActiveFilter property of the column.
Hope this helps you.
Regards,
Meenakshi