Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
TRF
Champion II
Champion II

Works fine for me.

Retry with this piece of code:

globalMap.put("lastDec", TalendDate.TO_CHAR(TalendDate.getCurrentDate(), "YYYYMM"));
System.out.println("global: " + globalMap.get("lastDec"));

What's the value printed on the console?