date range in beast mode
I am trying to filter data out of a card by creating a beast mode using the min() function of the date range selected. Example: My date field is call Date_Alarm, when the user selects a range I want to filter additional records out by comparing the min and max dates in the range to another date on the record. I tried to…