Hi
Im using Supabase as a backend. What I want to do is have a Listview query with a two filters pointing to the same field on it.
Filter 1 is
FieldA Equal to AnswerA
Filter 2 is
FieldA Equal to AnswerB
so my results in the Listview would be
AnswerA
AnswerB
Is this possible? It lets me do it but the resulting Listview is blank.
Thanks for any help with this.