Jump to content

Calculations with Tickboxes


HPage

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

Recommended Posts

How do you use tickbox entries in calculations? For instance, Say I have a tick box with 5 values, (Eg. A, B, C, D,E) and I want to use an "if" statement with them. I want the result of the statement to be true if A is selected, but any of the other values can be selected with A, it still stays true. So far I used If(TickboxField ="A"; blah blah), It works If A is the only option selected. How do I make it work so that any other options can be selected with A?

Edited by Guest
Link to comment
Share on other sites

Yes thankyou, that is easier to use, but It still does not solve my problem. I will try to make myself more clear. If A is selected, the expression must be true, nevermind if B or C ect is selected with A. At the moment the expression is true when A is selected, but the moment I select something else with A it does not work.

Link to comment
Share on other sites

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