Would like to hear anyone’s thoughts on why I cannot get a UI-only formula to display when adding to an aggregate model.
I have an ungrouped aggregate account model with 3 conditions.
I have 2 aggregations: 1 is the MAX(account_field1)(will call this alias1) and the other is SUM(account_field2) (will call this alias2).
I want to add a UI-only formula to this table that will simply divide one aggregation by the other.
I am receiving the error message:
1. Invalid syntax for field formula: alias2/alias1. ReferenceError: alias1 is not defined.
I am confused by the message that this field alias1 is not defined because I have the field added to my table and it is showing up.
Any help here would be greatly appreciated! 🙂
Question
Adding UI-Only Formula to an Aggregate Model
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.