Looking for some help regarding SP column with text which I want to convert to HTML text. So I have one Listbox control, from which users are choosing what to add. After that for Default for the SP column using this code:
Concat(ListBox1.SelectedItems, Value &"<br>")
Now I want to skip the <br> showing in the recorded data in SP Column. Using <br> because this was the only know to me way I can achieve each selected item from the listbox to be on new line. If I have other way for entering them in new line will be happy to use as I will skip the HTML text
Solved! Go to Solution.
Use Char(10) instead of <br>
Use Char(10) instead of <br>
User | Count |
---|---|
256 | |
103 | |
92 | |
47 | |
37 |