hi to every body.
i have a list called "trains",in which i have a column "date of travel".
i made also a calendar view ....so some days are empty.
may be i travel 1/7/2023 and then 1/9/2023
i built an app to show all records but the one made with the wizard shows even blank records.
i found two different formulas :
-SortByColumns(Filter([@'TRAINS']; StartsWith(LASTNAME TextSearchBox1.Text)); "DATEOFTRAVEL" ; If(SortDescending1; Descending; Ascending)) - allows me to order the gallery and use the searchbox
-Filter('TRAINS'; 'DATEOFTRAVEL' >= Today())- allow me to show only records from today towards the end.
how can i use both formulas together ???? it's driving me crazy.
thanks for your help