Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Check Box results field


blackcat

Recommended Posts

Ok guys I'm having a brain freeze,

 

I have a field that consists of 12 check box options.

A user can select any number of these.

 

I want to display all the selected options in another calculation text field that will display only the items selected in the check box field. Items to be seperated by a ","

 

Ideas please

confused.gif Steve

Link to comment
Share on other sites

Hi Steve,

 

How about in your calculation field you have

 

Substitute( checkbox; "¶"; ",")

 

make sure it is unstored.

 

HTH

Link to comment
Share on other sites

Originally posted by blackcat:

[qb]Ok guys I'm having a brain freeze,

 

I have a field that consists of 12 check box options.

A user can select any number of these.

 

I want to display all the selected options in another calculation text field that will display only the items selected in the check box field. Items to be seperated by a ","

 

Ideas please

confused.gif Steve[/qb]

Since the rapresentation of selected checkBoxField's options is carriage return separated list of items, than

Substitute (checkBoxField, "¶", ", ")

should work fine

 

Dj

Link to comment
Share on other sites

Just to even the score a little I have to nominate DJ as the winner on this one as ANDY's version included ";" rather than "," for the seperators.

 

Sorry andy!

 

Steve

Link to comment
Share on other sites

Steve,

 

depends what os system formats you are using.

 

UK Mac is ; , is for US formats

 

So, how can you hold that against me.

 

OK, from now on I will use , as my seperator.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use