sharepoint - Get the Selection Options from a mutiple selection listbox populated in another Textbox -
sharepoint - Get the Selection Options from a mutiple selection listbox populated in another Textbox -
i have mulitiselect list box info source beingness sharepoint list having 2 columns. no , fullname list box has value no , displayname total name. when user selects fullname list box, want corresponding number appear in textbox 2,3,4,5 .
these steps followed.
created rule on listbox - if there changes on field - > set textbox's values as(got formula when doing search solution) substring-after(eval(eval(value, 'concat(., ";")'), ".."), ";") however, when select options values not displayed in textbox, if unselect of options values displayed in textbox.
please help!
sharepoint infopath2010
Comments
Post a Comment