Selecting multiple values from multiselect would return all selected multiple values into a single string as "val1,val2,val3...............................".
Therefore
we should tokenize over this string to iterate over multiple values through ", " like this
fn:tokenize($string,",")
Therefore
we should tokenize over this string to iterate over multiple values through ", " like this
fn:tokenize($string,",")
No comments:
Post a Comment