SL
yearRes = 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 = yearRes - fact - yearForecast;
