Hi, let say I got a field that is data driven, and I want to add something, for example, a - character after.
So, instead of showing "Field Value", it should show "Field Value -".
How can I add the "-" after the data driven value?.
(I've tried + "-" and some stuff like that without success)