Hi,
I want to apply a Filter for a date field where the Results should be all data with an End_Date Greater than today.
I've tried adding DATE & DATE() but it's not being accepted.
What is the correct syntax for the query builder?
Thanks
If you're looking for the function that will return today's date, try TODAY().
Tom
If d is your date variable...
Thanks Jerry, I didn't think of a Function.
If you're looking for the function that will return today's date, try TODAY().
Tom
Thanks Tom !
DATE() = TODAY()
But TODAY() is indeed more self_documenting!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.