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

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

Recommended Posts

Posted

I have an unusual find that i need to perform and i'm not quite sure how to perform it.

a little background. We converted our old system to filemaker rouhgly 2 months ago. The old system contained one big text field for each record that contained the notes. It also contained a date field for when the record was created.

When i did the export from the old software, for some reason on a few records it did not export all of the notes. So far i have only found a few records but am unsure if there are more.

Since 99% of the time there was a note entered the same day the record was created, what i would like to do is:

Perform a find on the text field to see if it does not contain the date field.

Hope this makes sense

Posted

I'm pretty sure that i'm not doing the right steps but here is what i was attempting.

The date field is actually a timestamp field so here is my script:

(note that =/ stands for does not equal sign)


Set Variable [$Start; Value:Left (datefield; 10)

Enter Find Mode []

Set Field [textfield; =/ $Start]

Perform Find []

Am i way of or on the right track?

Posted

The ≠ sign is not a valid find operator. You could find records that equal the value in the variable and omit them - but the value is going to be the SAME for ALL records. IIUC, that's not what you want.

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