ImArchimedes
Technical User
- Sep 25, 2007
- 62
Is this possible? I was looking through functions and scowering the internet looking for this and no luck. To give you a better idea of what I'm looking for, here's an example.
Say I want to print field_1 going left to right when field_2 = "L2R" and top to bottom (270 degrees) when field_2 = "T2B". If the function to rotate were "rot(degrees,string)" then my formula would look something like this:
if {field_2}="L2R" then {field_1} else
(if {field_2}="T2B" then rot(270,{field_1}));
Can this be done?
Thank you all in advance for any help you can provide.
Say I want to print field_1 going left to right when field_2 = "L2R" and top to bottom (270 degrees) when field_2 = "T2B". If the function to rotate were "rot(degrees,string)" then my formula would look something like this:
if {field_2}="L2R" then {field_1} else
(if {field_2}="T2B" then rot(270,{field_1}));
Can this be done?
Thank you all in advance for any help you can provide.