I need to filter a sharepoint list to display in a gallery, and for it i got many criteria, three of which involve using combo boxes. When choosing the items for the boxes, I usually use the function Distinct(dataOrigin.correspondingColumn) to display all the different options, and it shows all the different values, including the same strings but with different cases. In other words, distinct uses case sensitivity. But when selecting any of those options it shows all the other case sensitive variations, because filter is NOT case sensitive with sharepoint if I recall correctly. That's why I'd like to find a way of being able to filter using case sensitivity, since I have yet to find any solution to this problem.
P.S: It's my first time posting here, so please do tell me if there's guidelines for posting or recommendations for the future