I have an AGOL feature layer with a DateOnly field that I am trying to filter out the last 365 days worth of data. Is there an easy way to complete this?
Hi @brittzucchetto You could use a tester or filter and use the DateTimeDiff() function to calculate the time interval in days and then filter greater than / less than 365. Hope that helps!