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,
modInstId,
kpiVal.getR() != null ? kpiVal.getR().getName() : null );
}