Issue with Crystal Report
Hi All,I have a issue with crystal report which was developed long before.
When I pass a parameter and start running the report I am getting a issue like "Object not found".
It is clear that the particular SQL object/Column is not more available in the database so its displaying the error.
Issue something like this,
if{(table.Column1)} = "Test" then
2
Else
3
But my issue is how to find where is this formula percent, The Crystal report not showing exactly where this formula coming from. It is just showing the issue alone.
How to find, from which field this formula is applied?