LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Brain Script and CURDATE()

    Employee
    Posted 08-07-2013 13:20

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Brad Brezinski

    Hello,
    How do we make this work with "brain script". We know that the CURDATE() won't work with a node. Do we create a variable or use a replacement for CURDATE(). Thanks in advance!

    where
    CONTRACT_EXPIRATION_DATE < CURDATE()


  • 2.  RE: Brain Script and CURDATE()

    Employee
    Posted 08-07-2013 13:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    it's simply:


    where
    CONTRACT_EXPIRATION_DATE < date()