Jump to content

Displaying Checkbox Options in Single Formatted Line


McG

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

Recommended Posts

I have a field set as a checkbox list (5 rows high in the layout display).  On another layout, I want to use only the chosen options from the checkbox list, but I want to display them in a single line separated by a comma and a space (I'm pushed for space in the new layout).  The field will be displayed as an edit box in the new layout.

 

So, assume the list below from original layout containing checkbox:

A

B

C

D

E

 

Options A, B and E are chosen.  In the new layout, I require:

A, B, E

 

Any help much appreciated.

 

John

 

Link to comment
Share on other sites

say that the field that  holds the values is named "selections"

 

then this would do it:

substitute( selections ; "¶" ; ", " )

 

if this is only useful for showing on the layout I would not sacrifice a calculated field for it but set it in a layout variable.

  • Like 1
Link to comment
Share on other sites

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