I have a browser enabled infopath form with a dropdown box(cascaded), the data being retreived from an xml document. The data is in the following format-(as the value is retrieved from a lookup field.)
item_number;#item_value
how to show only the item_value in the dropdown box. Can I apply rules to the dropdown box or is there any way through code to achieve this?
Thanks for the help!
I found a similar post here cascaded dropdown look up field but there are no proper solutions
I found a solution but have trouble making it work,
I am using a file query connection to get the data for the dropdown, i will be executing the connection and populating an xml document with the result. I am having trouble writing the content to xmldocument, see my question here-
I guess if this is solved, everything will be fine.
Finally found the solution: