Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Shiping Zhang
11
Views
3
Comments
How to create a combo box from a user defined list?
Question
In an input form, I need to create a combo box where the items are from a column of a table. For example, in table A, there's a column (amonth many other columns) called Color which contains various color names, such as Red, Black, Purple, Magenta, etc. (the color names in the Color column may not be unique, that is, multiple rows may have the same color name). Now for the combo box, I'll get a unique list of the color names from that column and use the list for the combo box both as values and options, so when a color is picked from the combo box, the actual color name, instead of some index number, will be sent as the value.
Nuno Reis
MVP
You can load the Combo Box with values from a Record List. Where do you have those colors?
Shiping Zhang
I've resolved the issue with an advance query and a structure. The colors are from a column of a table.
Matthias Preuter
MVP
Did you see the
Color Picker
component on the Forge?
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...