Hi,
I am trying to use search function on my browse gallery with Sharepoint list as datasource.
In addition to search box i want to sort data by date and further filter the result using the date range.
Am unable to get the results and would seek help for the correct formula to use. Please refer the attached image as representation.
Hi @Del_Ind ,
Please try with this:
SortByColumns(Filter(Search('SP list',TextInput1.Text,"ColumnName"),DateColumn1>=DatePicker1.SelectedDate && DateColumn2<=DatePicker2.SelectedDate),"DateColumn1")
Notice: the search function and Date column are all not delegable for sharepoint, so you can only retrieve 500 rows records (the maximum threshold is 2000).
Hope this helps.
Sik
You can use startswith function;
Sort(Filter(Datasource,Starts with(ColumnName4Search,Search box.Text)),DateColumn1>=DatePicker1.SelectedDate && DateColumn2<=DatePicker2.SelectedDate), DateColumn)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi All,
Thanks for your replies.. i haven't applied your suggestions.
Will surely comment back as i work on it..
I currently ran into another problem after i opened my app after couple of days... putting this in another post for your help.
That is fine
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
183 | |
124 | |
88 | |
45 | |
43 |
User | Count |
---|---|
255 | |
160 | |
128 | |
81 | |
73 |