Returns the min value of the specified numerical parameter or attribute among the child configurations.
double MinChildValue(string name)
name |
The name of a parameter or attribute. |
Example
MinChildValue("InventoryBalance")
Returns the min value of the parameter or attribute "InventoryBalance" among the child configurations.
Remarks
It is recommended to place attributes that read the value of other configurations’ attributes at the bottom of the attribute tree to reduce the risk of circular dependencies. Another solution is to replace either the referenced or referencing attribute with a parameter that is set using a template expression rule.