Hi. I have 2 calculated fields that I derive it myself. I want to divide one by another. When I’m creating a new calculated field (FNAB) with this syntax, it shows nothing in the pivot table
Hi @junyangggggg,
I’m curious to see what the 2 calculated fields are that you’re using in this, could you share? It may work best if you use Arena to create a sample dashboard so that we can better assist.
Can you try sumOver with partition of TimePeriod for the nested calculated fields?
I presume, since the aggregation is not done at TimePeriod level, the calculation is getting executed at record level and for each record either of the nested calculated field is returning NULL, resulting in NULL for the FNAB field.