Jump to content

Filter a Date Range


Katie Sikorski

Recommended Posts

What is the datatype of your date column If the column is string (varchar), then it needs to be convered to date field first.

Try using something like this:

 

The "Date()" function here converts the string to date format. Here is the description on how to use this function:

Creates a Date from a column or values. If a single argument is given, the input column can be of type String or DateTime. If a String is specified, the date must be written on a form that Spotfire can recognize and all parts of the date (year, month and day) must be present.

If three integer arguments are given, then the first argument is the year, the second is the month and the third is the date in that month.

Example:

Date([Column])

Date(2007, 05, 17)

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