I’ve built a filter on a date field with manual options that looks like this (using the SFDC date filters like LAST_MONTH).
I’d like to add another option to the list called “Custom” or some such descriptive name… and allow the user to select or type in a custom date range.
Seems like the only thing I can do with a filter is affect a model condition. I was trying to figure out a way to use a condition on a ui-only field to somehow trigger an action.
I can add another filter on the table… a standard date range… but filters cannot be conditionally rendered (which would be handy, at least in this case)…
Anyone see a way to accomplish this? It would be super-helpful for report building.