When we calcualte something based on two fields inside the expression it is giving the expected output.
We have one calcuated field in the script which is something like this SUM(Field1*Field2) as NewField. When we use this inside the expression which is something like SUM(Field1*Field2). We are not get the expected output. We are expecting the same value what when we do at the script level. But both the data varies.