Hello,
I want to use java.util.HashMap
as variable in jasper report. I want to save group names of my report in a HashMap.
I have tired and declared a variable of class java.util.HashMap
and its expression field is
$V{variable1}.put($F{GROUPCOLUMNVALUE}, $F{GROUPCOLUMNVALUE})
but it gives does not works and gives null when I print it on report's group footer
I am using iReport 3.7.3