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
Khan
1
Views
2
Comments
Combo box...
Question
Hi All,
i have to show two values in combo box(drop down list), Item Name And Item Number,Name with unique number like this ( ABC-70505 )
any help will be highly appreaciated...
Regards
Israr...
António Chinita
Hello Israr,
Create an Output structure with atributes Id and Label, for example.
Set that structure as the output of an advanced query.
Do the query to select the items for the dropdown, and concatenate the fields you want to show.
Eg. SELECT ITM.ID, ITM.NAME + CONVERT(VARCHAR,ITM.NUMBER) FROM ITM
Then use that query and structure in your dropdown :)
Khan
Hi Antonio
thank you so much for Reply,
and i have done it,with simple query...Great
Regards
Israr
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...