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

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

Recommended Posts

Posted

Hi,

 

I know this is a very simple request that can be carried out with an enter find mode but I can't seem to get it to work for me.

I've got a table with a number of records and I only want to show records that are between 2 certain date through the use of a script.

TIA

Posted

Try

Enter Find Mode [ no restore ]
Set Field [ Table::dateField ; date1 & ".." & date2 ]
Set Error Capture [ on ]
Perform Find [ ]

Posted

eos missed one period to form the ellipses

Enter Find Mode [ no restore ]
Set Field [ Table::dateField ; date1 & "..." & date2 ]
Set Error Capture [ on ]
Perform Find [ ]

Posted

This is rightfully assuming you are searching a single date field and you have not mistakenly used two different fields in same record, one for start date and one for end date.

... but I can't seem to get it to work for me.

Usually telling us something 'didn't work' is not as helpful as providing the script you used.  :-)

Posted

eos missed one period to form the ellipses

No, I didn't. Two periods work just as well as an ellipsis.

Posted (edited)

No, I didn't. Two periods work just as well as an ellipsis.

Once again schooled by eos.:)

 

Edited by Kris M

This topic is 3437 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.