diff --git a/beat/web/reports/static/reports/app/controllers/reportController.js b/beat/web/reports/static/reports/app/controllers/reportController.js
index d3fcede133cc9ed0c6a63b8c05e86b8f16bf5b71..eecfe0b68445db57b8c9583199119c2e852edcd0 100644
--- a/beat/web/reports/static/reports/app/controllers/reportController.js
+++ b/beat/web/reports/static/reports/app/controllers/reportController.js
@@ -135,6 +135,8 @@ angular.module('reportApp').controller('reportController',['$scope', 'reportFact
 			function lastTask(){
 				getPlotters();
 			}
+
+			let experiments = $scope.report.experiments;
 			if(experiments != undefined){
 				promises.push(getExperimentDataReportNumber(report_number));
 				$scope.q.all(promises).then(lastTask);