When the Date Filter condition is "equals" and not "range", would it be possible we limit the choices to Today, Yesterday, Custom?
-
Official comment
Yes, you can paste the code snippet below in Dashboard Settings > Custom CSS/JavaScript to limit the filter choices to Today, Yesterday, Custom for a date filter where the condition type is "equals". This can also be pasted in User Settings > Global Header, if you want to apply across all dashboards within your account.
Here's a run through: https://www.loom.com/share/6541565146044e01a91e5043e986f694
Code snippet:
<script>
window.applyCustomDateEqualsRange = true;
</script>Comment actions
Please sign in to leave a comment.
1 comment