Hi All,
I have faced the problem with sorting my gallery by specific range of dates.
I would like to present only result from last 30 days.
There is Share Point List as a data source with column name Date_Of_Waste, there are stored dates.
The function i would like to use and not working yet is combination like this Date_Of_Waste<DateAdd(Today();-30;Days)
Below you can find my logic I am testing my function part by part
Working
Filter(SortByColumns('2020.03.12_(2019_2020YTD_Wro_Robot_Statistics)';"Date_Of_Waste";Descending);Break>1)
Not Working
Filter(SortByColumns('2020.03.12_(2019_2020YTD_Wro_Robot_Statistics)';"Date_Of_Waste";Descending);Break>1;"Date_Of_Waste">DateAdd(Today();-30;Days))
I would by gratefully for your support