SL
year
Res = this.GetForecastAllData.rows[this.oid].data.totalBudgetTable
let yearForecast = this.GetForecastAllData.rows[this.oid].data.totalPlanTable
let fact = this.GetForecastAllData.rows[this.oid].data.totalFactTable
// debugger
let
total = year
Res - fact - yearForecast;