Alex_ND Posted March 13, 2006 Posted March 13, 2006 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.
Our Town Posted March 23, 2006 Posted March 23, 2006 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now