Issue with dropdown
Hi all,
I would like to ask a question
- How to remove/delete an option from dropdown list, where the data of the dropdown list has been retrieve from an external database ?
I use Data Page+Data Transform to connect SOAP
I need to delete the second value from dropdown.
<<please see attach Dropdown.png
Could you please help me to solve this issue.
***Updated by moderator: Lochan to add Categories***
Hello Shatha,
I assume your Data Page is node level. So you can create a new thread level Data page whose source can be Data transform and in the data transform try to remove the PrimaryPage.pxResults(2), then automatically adjust the indexes and source this new data page as source for dropdown.
Thank you