Hello VC Gurus!!
I am trying to create a VC model, which contains a drop down list and a result table view.
My requirement is to select a value from the drop down list, click on the button and after this button is clicked, display the result in a chart.
My drop down list displays the "values of the plants" after clicking on the little arrow mark by the side of the list. I can see all the values. but I am unable to select a particular value from this list.
Could any of you please let me know, how to select a value from the drop down list?
Thanks much for your help in advance!!
points galore for useful suggestions....
~~LB
Request clarification before answering.
Hi Leena,
As per you requirement, I think there is no need of any button after selecting a value from the drop down list to pass the event to display the values in the pie chart. Since every uielement is having an action property. If you will right click the drop down list which you have created you can find the properties options.
1.> Go to the custom action and give some proper action name. Such as PASS
2.> Then from the form where you have designed the drop down list you have drag a link.
3.> Choose the suitable form,table or any other option where you want to pass the values to display.
4.> Double click that link and give the proper name PASS to that. Then assign the values to it which you want to pass through that event. Like: @Value_Plane
5.> Save it and deploy this will solve your problem.
I was unable to understand how are you not able to select a particular value from the drop down list because that is the general feature of the drop down list so it has to work. If it is not working properly then that means you have given the wrong action to the drop list property. May be you have enabled the NO ACTION option in the drop down list property.
Please check this out. And continue the above steps.
I hope it will solve your problem.
Thanks and Regards,
Nutan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.