Hi All,
I'am looking for a formula for my Gallery linked to a searchbox.
This formula should return the results of of what is entered in the searchbox in this way:
If I type 'po' all cells of a specific column with 'po' in it should be returned. So: Police, Opposition but also is the cel with 'After Poule' .
So far I did not manage to fix this.
I tried:
- Filter(Datasource, Instr(Textcolumn, Srachstring) >0)
- Filter(Items, Instr (Columnname, Searchstring) >0)
- Filter(Datasource, Search( SearchString, TextColumn, TextOrBinaryComparison.Full) <> -1)
- Filter(DataSource, TextSearchBox.Text in TextColmn)
Does someone have the sollution?
Thanks