filterJSON.put("rightOperandValue", rightValuesJSON);
filterJSON.put("rightOperandLastValue", rightLastValuesJSON);
filterJSON.put("rightOperandDefaultValue", rightDefaultValuesJSON);
logger.debug("Filter converted properly");
} catch(Throwable t) {
throw new SpagoBIEngineRuntimeException("Impossible convert filter " + (filterJSON == null ? "NULL" : filterJSON.toString()), t);
} finally {
logger.debug( "OUT" );
}
}