Hi, How I can test if unique values have different values in another field. Example:
Field1 Field2
AB1.... 1
AB1.... 2
AB3.... 3
AB4 ....4
AB5.... 5
AB6.... 6
AB7.... 7
AB8.... 8
So, AB1 has in field 2, values 1 and 2. So I want to filter that separately. Values can be changed, so I want generic solution. Can anyone help me with that? Thank you