Hi all. I'm new to Alteryx so hopefully this is simple.
I am trying to create a formula in my workflow to total weekly costs. There are up to 10 different cost elements that might be recorded during the period, but the difficulty is that if a cost is not incurred that week it is not present in the data. For example, if Cost Type 2 is not incurred, the data doesn't list it as 0, it just skips from Type 1 to Type 3 as shown below.

Since a particular cost type may not be listed in a given week my formula shows an Unknown Variable error.
Is there any way to keep all fields but have Alteryx fill the non-included variables with 0?
Thanks!