Please add the ability for simple math functions in dynamic text in layouts.
For example, I have the dynamic text for sum of all values for a certain field that represents work completed. But I know the total overall is X. So I want to get a percent done by doing something like: SUM / X. As far as I can tell this isn't possible right now.
Another case would be that I want find the different between two fields' averages and show it as text like: FieldXAvg - FieldYAvg.
Right now, for both examples, I have to manually calculate the values then hard code the values. That kinda defeats the purpose of dynamic text.