Forum Discussion
NaN issues, blank entry fields, broken variables. I'm so lost!
Unfortunately that didn't fix it but definitely a solution worth keeping in mind for the future!
See the revised file attached.
1. As Joseph suggested, I initiated RS_RSDay01 to 0 using a trigger on the Day 1 Tracking slide and that populated the corresponding numeric entry box with 0 (though I agree that shouldn't be necessary).
2. I believe the variable used in the second trigger on the Progress Meter slide was incorrect. It should be dividing by ReadinessSupportGoal, not ReadinessSupportTotal, correct?
3. For the two triggers that perform division on the Progress Meter slide, I added a condition to only perform the operation if the variable being divided by is greater than 0. The NaN ("not a number") display typically occurs when you divide by 0 (resulting in infinity).