Hi, thanks for the response, but
my case is different : I need distinct array elements from Columns 2,3,4(<arrayfieldname>) for particular parametr(<fieldname>);
for example in Column 2 I have {cat, dog, bird, dog, cat} and I need only distinct - cat, dog, bird.
Thank you