I’m trying to evaluate if every item in a list of strings is identical. How would you best go about it?
Cheers!
Solved! Go to Solution.
I did it by checking whether the count of the full list and the count of a given value are equal. Better way?
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!
User | Count |
---|---|
34 | |
8 | |
2 | |
2 | |
2 |