How do I use the name of an already calculated field or beast mode in another calculation. I learnt this nested ability was done last year. We are able to use the PDP new update but can't seem to get the nested beast mode to work.
Exam:
A=b+c
B=d+e
Why can't I write another beast mode
F= A/B ?
rather I have to write it as F= (b+c) / (d+e)