Level 2
July 9, 2024
Question
Calculated Field - Multiple IF Statements Not Retaining Calculation when Form Saved
- July 9, 2024
- 1 reply
- 841 views
Hi Community,
Has anyone else experienced this issue – I have a custom form with a series of questions that is meant to act as a scorecard with the calculated field providing the final score. The calculated field seems to work fine when the form is being edited - it provides the total score - then as soon as I hit save, the field goes to N/A. My text mode is below –
SUM(IF({DE:Noticeable within 5 seconds?}="Yes", 1,0),IF({DE:Adding or removing an element?}="Yes",1,0),IF({DE:Influencing Production Updates "Runway Work"}="Yes",1,0),IF({DE:Addressing a Customer Pain Point?}="Yes",4,0),IF({DE:Ties to an experience that matters most?}="Yes",3,0),IF({DE:Supports enterprise objective or OKR?}="Yes",2,0),IF({DE:Supported by Data or Previous Results?}="Yes",3,0),IF({DE:Low LOE?}="Yes",1,0))
I've tried removing the 0 from each IF statement and I also made sure that the format of my field is a Number.
Please see screenshots attached, thank you!