Jump to content

SQL to spotfire date expression question


Anthony stark

Recommended Posts

Thank you for explaining :)

You can use the dateadd function:

 

To calculate +999 days:

DateAdd('day',999,[DateColumn])

-999:

DateAdd('day',-999,[DateColumn])

 

In the Data> Calculated column, you can click on the category 'Date and Time' to see the functions that handles dates, if you click on an individual function you can see the syntax that you need to use it.

Hope this works for you.

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