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

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

Recommended Posts

Posted

I'm trying to script a search that finds records updated by someone other than the record owner (salesperson in my case).

I have a global variable called last logout that does a timestamp when the user logs out of filemaker. So the basic search I want to do is Find records where dateupdated > gLastLogout AND salesperson does not equal currentuser.

But I can't figure out how to do a find using both an "is" and a "is not" if you know what I mean.

  • 2 weeks later...
Posted

This may not be the best way to do this but it has worked for me in the past. Create a field that is X's if salesperson does not equal currentuser.

CheckUser (Calcualtion, text) If(Salesperson<>Currentuser;"X";"")

That way you can do the find and X that field and set that other date field to check the logon date. Your find will check both.

I hope this makes sense.

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