Jump to content

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

Recommended Posts

Posted

I'm new to FM help would be greatly appreciqated. how do I create a "check box" when the box is checked a price will automaticly appear in another box?

Thanks Andy

Posted

Well,

you could create a calculation field.

If (check box = "yes," "$xx.xx", "")

Where "yes" is the value of the checkbox and "$xx.xx" is the value you want to appear.

format as a number.

However, if you have multiple options in your check box, you would then need to find that string

If (patterncount(check box, "yes"),"$xx.xx", "")

Do these help at all

Posted

Andy

Thanks you for your help that is exactily what I needed. I defined a field with a check box value list that returned yes. Then a calculation field with formula that you wrote. It took me a little bit to figure out that the comma after yes should be after the quote. I am glad I am not a programmer. Those typeo would drive me nuts.

Thanks

Andy

Posted

Andy, glad it helped.

AS to the typo, ooops

When typing straight into the forum, sometimes you miss it, but when doing in filemaker it becomes inherently ground in as to where these should be.

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