What can we help you with?

e.g. Getting Started, Build Dashboards

When the Date Filter condition is "equals" and not "range", would it be possible we limit the choices to Today, Yesterday, Custom?

1 comment

  • Official comment
    Avatar
    Ralf Abueg

    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 Permalink

Please sign in to leave a comment.