Hello! This is my first time posting on the Dojo.
I am trying to set up a 14-day and 30-day card filter for my org. The one used at the moment does not toggle. So if I select the 30-day card filter, it will stay at the 30-day filter if I deselect the check box or slide the slicer. It will only go back to default if I clear the selection in the filter view header.
Is there any known solutions? I've tried everything I can think of so far.
As reference, I am currently using this beastmode for the filter :
Case
when `Invoice Date` >= SUBDATE(CURRENT_DATE(),interval 30 day) then 'Rolling 30 Days'
End