Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SugarCRM は初めてです。スタジオでフィールド値を計算する必要があります。しかし、分母に入るフィールドの1つが0になる可能性があります。したがって、ifElseを使用して式を変更したいのですが、その方法は.
例 - If (field1>0){calcField/field1} else(calcField=0)。