I have created a Formula within a Dataset and I would like the results to be on individual lines within the same cell.
Example:
Item1
Item2
Item3
Right now it comes out as:
Item1 Item2 Item3
I've tried <br>, Chr(10), Chr(13), \n and none of them create a line break. <br> and \n are just added to the string while Chr(10) and Chr(13) create a single space. Has anyone figured out a solution to this problem within Datasets/Workbooks?