I am trying to sum two columns and divide them based on values from another column in an expression. No matter how I write it I get an error. I have to do it on the front-end and not the back-end.
Example:
If FieldA > 0
Then
SUM(FieldA) / Sum(FieldB)
else
do nothing
end