Jump to content
Server Maintenance This Week. ×

Setting checkbox item as a variable


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

Recommended Posts

i have a checkbox called participants it displays various names, is it possible to set a checked item as a variable

eg $ check 1= first checked data item

$ check 2= second checked data item

Link to comment
Share on other sites

Hmm... why exactly do you need it to be variables?

A checkbox is in essence a list of values (if more than one checkbox is selected). You can use the calculation

GetValue(field1; 2) to get the 2nd value in field1.

I guess my answer is, I have no real answer if I don't know what you need the output of variables for. :P-P

Link to comment
Share on other sites

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