59
Views
6
Comments
Solved
[Dropdown List Selected Text] Combining Dropdown(s) widget selected value(s) in a Label and save it
dropdown-list-selected-text
Reactive icon
Forge asset by Mostafa Othman
Application Type
Reactive
Service Studio Version
11.54.56 (Build 63232)
Platform Version
11.27.0 (Build 42539)

Hi Everyone, 


I'm trying to Combining Dropdown(s) widget value(s) in Label so end user and do amendments  and save it, however the ID is the value that shown not the Text . it should be sample but and need a hand please .  


JobSkill 240424.oml
2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

Hi SHady,

I don't understand what exactly you need to do.

But if you need to enable user to select more than one value from dropdown list, you will need to use multi selection dropdown list and you can find on Forge also.

You can check this component: https://www.outsystems.com/forge/component-overview/9239/multiple-selection-dropdown-reactandmob-o11

My component will help you to get selected text from dropdown list instead of getting selected value.

2024-04-08 12-58-25
Shady Mansour

Much Appreciated Mostafa, thanks for sharing your component.


2022-05-01 03-47-53
Jun Mun Chan
Solution

Hi,

For the attached OML, at the 'JobLabels' screen, and see if this is generally what you wanted.

Definitely can be re-refactor more, to make it cleaner.


Thank you.

DropDownSearch.oml
2024-04-08 12-58-25
Shady Mansour
Solution


Thanks much, that really helped me,  I got the solution, updates BD with many-to-many relationship  confused me.

Thanks again for you prompt response. 

2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

Hi SHady,

I don't understand what exactly you need to do.

But if you need to enable user to select more than one value from dropdown list, you will need to use multi selection dropdown list and you can find on Forge also.

You can check this component: https://www.outsystems.com/forge/component-overview/9239/multiple-selection-dropdown-reactandmob-o11

My component will help you to get selected text from dropdown list instead of getting selected value.

2024-04-08 12-58-25
Shady Mansour

Much Appreciated Mostafa, thanks for sharing your component.


2022-05-01 03-47-53
Jun Mun Chan

Hi,

As there are no data, and not enough information, it's hard to understand what you want to do. When you said you want to show in the label, do you mean after user select on a job, the label will show 'Job - Developer'?

And from the part when you mentioned that it's showing ID instead of value, most likely you are pointing to the Job ID, not the Job Name

Thank you.

2024-04-08 12-58-25
Shady Mansour

Hi Chan,  Actually I'm looking to understand the dropdown widget better and to know how to use the attributes through the ID selected, 

In the demo,  the needs to get job and Level to be the new value of  (Job level Title )

Ex, select Web Developer from the Job dropdown and select Expert from the level dropdown, so the Job Level title proposed  will be " Web Developer Expert " and can be modified if needed then save it to the database.

with dropdown, I can only get the ID based on the selection.

Can you guide me on have i used other attributes based on that ID.



Screenshot 2024-04-24 160738.png
2022-05-01 03-47-53
Jun Mun Chan
Solution

Hi,

For the attached OML, at the 'JobLabels' screen, and see if this is generally what you wanted.

Definitely can be re-refactor more, to make it cleaner.


Thank you.

DropDownSearch.oml
2024-04-08 12-58-25
Shady Mansour
Solution


Thanks much, that really helped me,  I got the solution, updates BD with many-to-many relationship  confused me.

Thanks again for you prompt response. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.