I have a table with column Account.
Return 2 value :
4
2
I tried to divide 2/4 using expression
=Fields!Account.Value/Previous(Fields!Account.Value)
It works. But it gave an error cell. I think 2/4 and 4/0 (error )
How do I get rid of the error, just divide 2/4 only
Please point out what was wrong with it. Many thanks