184185186187188189190191192193194
sbi.configureChart(content); DatasetMap datasets=null; try{ datasets=sbi.calculateValue(); } catch (Exception e) { logger.error("Error in reading the value, check the dataset",e); return "".getBytes(); }