Hi, I'm interested in slimming down my formulas. Is there any OOP approach to storing column names into a variable? Something like storing [SPOUSE_AGE] into variable x and calling if-statements on that x (which would be simply calling [SPOUSE_AGE]. This would allow me to use x interchangeably for multiple fields.
An example of the snip-it of code I'm trying to slim down is below. I could reduce the amount of lines in this code by half if I can have a conditional if-statement to store [SPOUSE_AGE] or [SELF_AGE] into variable x, and just running x against the conditional statements rather than repeating such statements twice for both fields.
Thanks
