Hello,
Can someone help me to do multi filtering/search with text input and date picker.
I have 1 Text input called: TextSearch
I have 1 Date picker called: DateSearch
What i want is to be able to combine both in searches, to only view specific date in DateSearch and be able to Search or filter out entrys "Datacards".
I tried with a ComboBox but thats Not something that i want to use.
My sharepoint list is [@'My_SP_List']
My colums in splist is:
At the moment I'm using the filter below but it only does the "StartsWith" and i would like to be able to search with different criterias and not only one column:
Filter([@'My_SP_List'],StartsWith('Reporting user?'.Email,TextSearch.Text))

Report
All responses (
Answers (