Calculated field in classic report
990921Feb 13 2013 — edited Feb 19 2013I am trying to editable columnin classic report and based on the values that users fill in that filed calculate value in another column. I have seen something similar on the forum but nothing really worked for me.
My report is based on sql query.
select column1,
column2,
column3 from table
I want column2 to be updatable, and that column3=column2+column1