Gibt es eine Möglichkeit, Nullwert für ein Feld in XDocReport umzugehen? oder muss ich es selbst manipulieren? Beispiel: if (thisVar == null)
context.put("sampleText", "");
else
context.put
Ich kann mit diesem Problem nicht fertig werden. Die Quelle ist: try {
// 1) Load Docx file by filling Velocity template engine and cache it to the registry
InputStream in = new FileInput