Jump to content

Limit data using expression for dates


K Clark

Recommended Posts

I am trying to write a Limit Data Using Expression where InServiceDate >= 1/7/2014

The data type of this column is Date

I have other critera was well. I have this mess where I have gotten bogged down in the parantheses

CASE

WHEN ((([ARMApproved]!= "Yes") And ([Project Complete]!= "Yes"))

And ((([Overdue Project]= TRUE) And (([in Service Date] >= ("1/7/2014"))))))

then TRUE

ELSE FALSE

END

 

I tried getting rid of everything and just using this ( other combinations of ", ), etc) but I can't find what works.

CASE

WHEN Date([in Service Date]) >= Date("1/7/2017")

then TRUE

ELSE FALSE

END

Any suggestion would be appreciated.

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 year later...

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...