Dropdown widget "SelectedText" not working if "MultiSelect"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dropdown widget "SelectedText" not working if "MultiSelect"
I have a dropdown widget that populates data after a service run. This all works fine. If I set the "SelectedText" to be one of those values, it works as it should. However, once I change this to a "MultiSelect", the "SelectedText" no longer works. Does anyone have a workaround for this? I am in version 9.0 and cannot upgrade.
Solved! Go to Solution.
- Labels:
-
Coding
-
Mashup-Widget
-
Troubleshooting
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JO_9930585
For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget
or you can use Selected Rows from the service
/VR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JO_9930585
For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget
or you can use Selected Rows from the service
/VR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the reply. I might be able to get something working like this. We are using the service response SelectedRow and I will have to change some things around I think.
