Hi DOMO Community,
I am working on a project where I need to look at running totals. I have the following beast mode function written out and it seems to be working properly so far:
Now, I want to try to fill any null cells. My original approach for this was to create a new beast mode called Incurred During Period where I take the Line Amount when it is populated and 0 when it is NULL:
I then used this value in my running total calculation instead of SUM of Line Amount:
However, this did not seem to fill the values in the way I had expected, and I see the exact same table as before the change was made:
Does anyone have any ideas on how I can correctly fill my NULL cells?
Thanks!