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

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 356
1 ACCEPTED SOLUTION

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?

with SELECT()

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