Notifications
Clear all
Topic starter
I figured out how to concatenate multiple variables together in Visual Form Editor to have three data variables all print on the same line in the encounter display and the printed form.
However, I'm trying to figure out how to insert a SPACE in between each of the variables.
I was wondering if anyone knew how to do that in the translation area.
I tried putting quotes after the "+" sign and that just threw a bunch of errors.
Any help would be appreciated.
Posted : December 30, 2015 5:19 am
Posted : December 30, 2015 5:29 am
You will need to add it like this.
document.abc + " " +document.def+ " " + document.ghi
Hope this helps. 🙂
Posted : December 30, 2015 6:18 am