Michael091170
Technical User
I know this is quite simple and I've done it before but I'm not getting much success.
I have several currency fields in a database I am reporting on.
the values are in £m. So at the moment I have the data field and an "m" in a text object. This doesn't look so good where ther is no value in the field as you get a floating "m".
I've tried writing an IF statement that only shows the "m" if there is a value in the field.
if {Capital_Value_pm} > 0 then ({Capital_Value_pm} & "m" )
else
and this is where I've got stuck.
Any help you can offer would be invaluable.
Thanks
Michael
I have several currency fields in a database I am reporting on.
the values are in £m. So at the moment I have the data field and an "m" in a text object. This doesn't look so good where ther is no value in the field as you get a floating "m".
I've tried writing an IF statement that only shows the "m" if there is a value in the field.
if {Capital_Value_pm} > 0 then ({Capital_Value_pm} & "m" )
else
and this is where I've got stuck.
Any help you can offer would be invaluable.
Thanks
Michael