logger.debug("Setted the kpiValue xmlData:"+xmlData);
}
if (kpiValueToReturn == null && valueFound == true){
logger.error("cjheck dataset "+datasetLabel+ " because no value field for kpi was found");
MissingKpiValueException missingKpiValueException = new MissingKpiValueException("cjheck dataset "+datasetLabel+ " because no value field for kpi was found");
IKpiErrorDAO dao= DAOFactory.getKpiErrorDAO();
dao.setUserProfile(profile);
dao.insertKpiError(
missingKpiValueException,