One calculated column is created at lower Node of a calculation view, We have one join just below the final projection in calculation view.
After the join, value of the Calculated column gets fluctuated to some decimal value.
Eg: CC = X * Y = 98564545.45 after join CC = 98564544.05 .
I tried to increase the length and decimal places for CC but still it fluctuate to some decimal value.
when der is no calculation and it is just a join why value changes?
I am adding image for more clarity.
