Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5141 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to search for a group of notes within a certain date range. I am using two global field that the user can enter the desired start date and end date. The date field for each note is an autocreated timestamp with the current date and time with 24 hour notation. In my script I am trying to set two variables for my search. The first is $Start equal to startdate. and the second one is $End equal to enddate. The problem is that it will not let me use these variables in my search my perform find requests. It keeps asking me to use a field that is equal to a timestamp. How can I set variables equal to global field timestamp values and use them in a date range search?

Thanks For the Help!

Erik

Posted

You don't really need variables when you have global fields. Try:

Enter Find Mode []

Set Field [ Notes::CreatedTS ; gStartDate & "..." & gEndDate ]

Perform Find []

This topic is 5141 days old. Please don't post here. Open a new topic instead.

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

Important Information

By using this site, you agree to our Terms of Use.