CarlosB Posted March 28, 2007 Posted March 28, 2007 Hey! I'm trying to make a simple calculation, but i don't know how the IF works in filemaker, i'm still new at this. Basicly I have a Yes/No drop down field, and I wan't to save the current account user in another field whenever the Yes/No field is changed. Can anyone help me? Thanks
Razumovsky Posted March 28, 2007 Posted March 28, 2007 You can do this by creating an autoenter ('do not replace' unchecked)text field: let($trigger=YesNoField; get(accountname)) -Raz
Genx Posted March 28, 2007 Posted March 28, 2007 No need to unecessarily use variables in calculations: let(trigger=YesNoField; get(accountname)) Or just: Evaluate( Get(accountName); YesNoField )
Recommended Posts
This topic is 6511 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