I am trying to perform either (* or / ) between two records however the output is always 0. However whenever I tried to + or - operations, it works.
Lets say:
Column 1: Value 20
Column 2: Value 10
I tried this → SavedExpression('Column1')/SavedExpression('Column2') and the output is always 0.
What am i doing wrong?