why is greater than filter not working for date.....????

I am building an ETL and have noticed when I attempt to filter data by dates greater than (or greater than or equal to), Domo will filter everything out.

I notice however when I select less than (or less than or equal to), it properly filters out....

What is going on here??? Is this a glitch?

Answers

  • Are you using Magic ETL or MySQL ETL? Can you post a screenshot of. the tile / logic that's being used?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Magic ETL


  • @NathanDorsch Is it possible that the other filter tile, "Filter Rows", is removing the new data?

  • The other filter is propertly filtering out the data less than or equal to 6/30/22.

    I've had this same issue with others...

  • @NathanDorsch , if your first filter is removing all data prior to 6/30/22, then you might not have any data greater than 6/30/21 available after that first filter is applied.

    **Was this post helpful? Click Agree or Like below**

    **Did this solve your problem? Accept it as a solution!**

  • I believe there is a glitch right now with the filter tiles. The way I have gotten around it is to use the formula function in the filter and then wrap the date function around each item so that it sees them both as dates. Like this:

    DATE(`mydatefield`) < DATE('6/30/2021')
    


    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.