I'm trying to evaluate if every item in a lis

fdmsaraiva
Participant V

I’m trying to evaluate if every item in a list of strings is identical. How would you best go about it?

Cheers!

Solved Solved
0 4 353
1 ACCEPTED SOLUTION

fdmsaraiva
Participant V

I did it by checking whether the count of the full list and the count of a given value are equal. Better way?

View solution in original post

4 REPLIES 4

How is the list created?

fdmsaraiva
Participant V

with SELECT()

fdmsaraiva
Participant V

I did it by checking whether the count of the full list and the count of a given value are equal. Better way?

@Filipe_Damaso_Saraiv That’s how I’d do it!

Top Labels in this Space