I have a text control called "Total Cost". It's action rule has the condition: None - Run when field changes. It's action is: Set a field's value: "$/SQF" = "Total Cost" / "SQF".
"$/SQF" is a text field. "SQF" is a lookup field. My issue is that instead of being divided by the value of "SQF", "Total Cost" is instead being divided by the ID of "SQF".
Furthermore, I have another lookup field called "Campus". It's action rule has the condition: None - Run when field changes. It's action is: Set a field's value: "SQF" = "Campus". This rule works, because it uses their matching IDs; both "Campus" and "SQF" are on the same list.
Is there a way to make it so that "Total Cost" is divided by the actual value of the square footage, not the ID, AND for "Campus" to set "SQF" equal to itself using their shared ID?
Thank you,