Hi,
Is it possible to display the column after the caluclation is done between Actual and Planned column.
Eg.,
Initial View:
Actual Plan
10 5
After Caluclation:
Actual Plan Plan C
10 5 50
So is it possible to display the Column PLAN C after i run the script to caluclate the values between A * B = 50 under PLAN C.
Here I am supressing the Columns with null values.So Initially PLAN C column wiill be null and will be supressed.
After running the script when values appear then the column should display the values..well is that possible?
Regards