Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

value list items to append to field content


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

Recommended Posts

Posted (edited)

Hi folks,

I want to set up a value list, so that when I select items on the list, it appends to other items in the field, instead of that item being exclusive for that field.

e.g. value list contains (VERY simple example here);

Red

Blue

Hat,

Shoes,

From this list, I want to be able to sequentially select certain items that build on each other, such that my field might, after the selections, read something like;

"Red Shoes, Blue Hat,"

I've seen this functionality in an ipad program (Handbase) and hoped I could replicate it here.

Chris

Edited by Guest
Posted

You're just talking about a checkbox field; and a second calc field, calculation:

substitute( theCheckboxField; ¶; ", ")

Posted

Thanks guys,

The checkbox option sounds good - but will need to learn a bit more about that aspect of scripting first. Might keep that one for later tho.

Chris

Posted

You're just talking about a checkbox field; and a second calc field, calculation:

substitute( theCheckboxField; ¶; ", ")

So just to confirm, if I have a bunch of checkboxes where each corresponds to a phrase of text, that when each is selected, the corresponding phrase is inserted into a designated field, and builds upon (appends) text inserted from the selection of a previous button.

The goal would be to have a bunch of pre-typed phrases/statements, that when their corresponding button is checked, that text is inserted into a (text) field, to build a paragraph of text.

Posted

t when each is selected, the corresponding phrase is inserted into a designated field, and builds upon (appends) text inserted from the selection of a previous button.

Approximately, yes. To better understand the issue, place another instance of the same field on the layout and format it as edit box. Check and uncheck items in the checkbox field and observe the actual content of the field.

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