Jump to content

Spotfire limit data using expression by dynamic date


Joost Mulder

Recommended Posts

How do I filter a visualisation on a date input

The Column DT and the property fromDate are of type Date.

This expression gives an error:

if([DT] > ${fromDate},true,false)

This expression does not give an error, but selects all dates and thus is not working correctly:

if(Date([DT]) > Date(${fromDate}),true,false)

How can I limit the data using a date input property

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