You need to concatenate the text with the variable using
&. Be sure to put a space within the quotes so that the string does not butt up too close to the variable:
if {Calibrations.Preset}=True
then 'Preset Value: ' & {Calibrations.PresetValue}
else 'Max Capacity: ' & {Calibrations.MaxCapacity}
Edited by FrnhtGLI - 31 Mar 2011 at 6:26am