Notifications
Clear all
General Discussion
4
Posts
3
Users
0
Reactions
99
Views
Topic starter
How can I make the List_OBS function read with Hard Returns in it?
{LIST_OBS("PREVISPRPNOP","SIGNED","LIST","VALUEDATE")}
It currently formats
x
y
z
I would like
x
y
z
Thank You
Posted : April 2, 2015 7:10 am
You can try using your current expression and add a + HRET at the end before the closing bracket.
Make it look like this:
{LIST_OBS(“PREVISPRPNOP”,”SIGNED”,”LIST”,”VALUEDATE”) + HRET}
May not work, but give it a shot.
Posted : April 3, 2015 3:46 am
Topic starter
Tried with no success, Thanks.
Posted : April 3, 2015 12:02 pm
I think you should be able to accomplish this by turning it into a delimited list and adding a hard return
Posted : April 6, 2015 5:43 am