Jump to content

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

Recommended Posts

Posted

Hi

is it possible to have my client fill in a complete formula (like 612 * 15) in a field so that FileMaker calculates it and put the result in that same field???

thx

Hans

Posted

FileMaker has no eval() function as of yet. However, if you have 5.5 or 6.0, you can create a calculation field using GetField, and have your users enter the variables into two separate fields. Something like GetField("field1") * GetField("field2") should work for you. Just put field1 and field2 on the layout, with the calculated result next to them.

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