Hi, I would like to filter my gallery to show overdue items as well as current month item. I have a month column to show the month for the dates, as well as an overdue column to show how many days are the item overdued. (overdue items will have a -ve value, which means its less than 0).
I tried using - Filter(Sample, Int(Overdue)<0 && field_7(Month column) = Text(Today(), "mm"))
However, the above method don't show in the gallery. How do i go about solving this issue?
The overdue item can go anywhere from -1 to -365 and above