What is the syntax for Inter-Model Formulas?
nter-model formulas are formulas that call data residing in other Quantrix Models. In a simple example; Model1 contains Matrix1 that has a value of 1 for A1. In Model2, you want to write a formula that brings over the A1 value from Model1. The formula would be: a1 = !model1.model!Matrix1::A1 The name of the model you want to call is surrounded by exclamation points in the formula.