I've got a crystal reports formula that displays a string based on an input
Simplified:
if (a=1) then
"Abc"
else
"Abcdefghijkl"
The problem is that I want this field right aligned. In the "Format Editor" I have set the "Horizontal Alignment" to be "Right", but it hasn't changed the formatting when I run the report.
Any idea's on to solve this?