Jump to content

Recommended Posts

Posted

What are the expressions I should use? How do I link the range to the respected variables? Example "Date created" and "Date Finished" need to be the To and From parameters?

 

Thank you for any help!

 

-Colt

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Jasper Query:                                                                            SQL Query:

where $X{BETWEEN,column_name,param1,param2} -----> where column_name>param1 and column_name<param2

where $X{[bETWEEN,column_name,param1,param2} -----> where column_name>=param1 and column_name<param2

where $X{BETWEEN],column_name,param1,param2} -----> where column_name>param1 and column_name<=param2

where $X{[bETWEEN],column_name,param1,param2} -----> where column_name>=param1 and column_name<=param2

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