What is the crystal syntax I would use if I wanted to conditionally apply horizontal alignment to a particular field (ie. right-click, format field, horizontal alignment under common)
if {field1} = true
then *want to left align here
else *want to center align here
if {field1} = true
then *want to left align here
else *want to center align here