I need to change the X coordinate of a field on a report based on the value of the field. I entered the following formula in the formula box for the X: coordinate:
IF {field.value} = n
Then 1.00
Else 1.50
So, if the {field.value} = 1 then I want to position the beginning of the field at 1.00 otherwise position the beginning of the field at 1.50
I've never used this feature before, and it doesn't seem to be working. I looked at the online help, and I believe what I have entered is correct, however, the field does not adjust its beginning position at all. It stays where I originally placed it on the report.
Can someone please help me and let me know if I am doing something incorrectly? I am using Crystal XI.
Thank you.
IF {field.value} = n
Then 1.00
Else 1.50
So, if the {field.value} = 1 then I want to position the beginning of the field at 1.00 otherwise position the beginning of the field at 1.50
I've never used this feature before, and it doesn't seem to be working. I looked at the online help, and I believe what I have entered is correct, however, the field does not adjust its beginning position at all. It stays where I originally placed it on the report.
Can someone please help me and let me know if I am doing something incorrectly? I am using Crystal XI.
Thank you.