I am trying to make a list for example, food and their price in the value field of the rectangle using events.
Sausage $10
Hamburger $10
The expression that I have so far to create this is:
Sausage CONCAT (Space) CONCAT $10 CONCAT \n CONCAT Hamburger (SPACE) CONCAT $10
But that expression above will become this:
Sausage $10\nHamburger $10
But the \n does not work, I've tried to find methods on how to create a new line in the add value expression interface.
Please help, thank you so much
This works for me: