Jump to content

Has date logic in reports changed


Keith

Recommended Posts

Hi, 

I have had reports from a colleague that their previous dashboard is no longer working as expected. Has anything changed?

 

 

For a 7 day period we previously used e.g. : 

h_dateresolved >= current_date-7 AND h_fk_team_name='LMS IT NA Service and Support'

 

This does not work anymore.  We now need to use : 

h_dateresolved >= DATE_SUB(current_date, INTERVAL 7 DAY) AND h_fk_team_name='LMS IT NA Service and Support'

 

Regards

 

Keith

Link to comment
Share on other sites

  • 3 months later...

@Keith firstly apologies for the very, very, very delayed reply :( ... I am not sure how this was missed :(

 

About this:

On 05/12/2017 at 4:17 PM, Keith said:

h_dateresolved >= current_date-7

.. this is a valid expression, I am not entirely sure why you say is not working anymore. If this is still an issue can you give me some more details, please?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...