Hi everyone,
I have an app linked to a SharePoint list. I would like to combine the filtering conditions I have with a textsearchbox which identifies part of the text.
My browse gallery shows registration plates, and I want the textsearchbox to filter them just introducing part of the numbers and letters of the plate.
Righ now I have the following formula to filter the gallery:
Distinct(Filter(SPList;Or('Condition 1;'Condition 2;'Condition3) &&' Condition4);ColumRegistrationumber)
¿How can I add to this filter one like the one that follows?
Filter(SPList; TextSearchBox1.Text; ColumRegistrationumber)
¿Is there any alternative way to get this filter?
Thank you very much!
Regards,
Masoud9