formula based on model condition I’m trying to do the reverse of what this post accomplishes:https://community.skuid.com/t/model-condition-based-on-formulaIs it possible to do something like this for a UI formula field?:If( model.condition1 = true, Amount_Div1,If( model.condition2 = true, Amount_Div2,Amount))I understand that even if this were possible, it might not be ideal for performance. But the alternative is to multiply the number of models or pages needed to view a dashboard summary (Company wide, Div1, Div2, etc…)