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

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

Recommended Posts

Posted

I have a checkbox that is populated by a value list. The information will change from time to time so this seemed to be the best way to set it up. The checkbox items are displayed in alphabetical order but I would also like the resulting text field to be sorted alphabetically.

Example –

Checkbox 1 – Apple

Checkbox 2 – Pear

Checkbox 3 – Turnip

If a user selects the Turnip check box before the Apple checkbox – the resulting text field will be “Turnip Apple”

I would like the output to be sorted alphabetically – “Apple Turnip”

Is this possible?

The reason for this is that a report I created is treating the same output as multiple outputs depending on which item the user chose first.

Thanks

Posted

FilterValues ( ValueListItems ( Get ( FileName ) ; "YourValueListName" ) ; YourCheckboxField )

will give you ordered values.

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