Forum Discussion
LeeGilmore1
8 years agoQrew Member
Thanks for the suggestion. I probably should have used a more complicated example to properly illustrate my end goal. A colleague explained the following example. It was over my head at first but both your suggestion and this example are much better than my initial, many field approach. Thanks again!
var Number Phase1 = If([Phase 1],0.15,0);
var Number Phase2 = If([Phase 2],0.55,0);
var Number Phase3 = If([Phase 3],0.30,0);
$Phase1+$Phase2+$Phase3
var Number Phase1 = If([Phase 1],0.15,0);
var Number Phase2 = If([Phase 2],0.55,0);
var Number Phase3 = If([Phase 3],0.30,0);
$Phase1+$Phase2+$Phase3