You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm trying to set the propertyName of an AbstractColumn to get a value from a HashMap with the key using round brackets but it's not working.
I don't get any errors but the value is not printed in the report. What am I doing wrong?
Hi,
i'm trying to set the propertyName of an AbstractColumn to get a value from a HashMap with the key using round brackets but it's not working.
I don't get any errors but the value is not printed in the report. What am I doing wrong?
ColumnBuilder.getNew().setColumnProperty("projectsHours(1)", Double.class.getName()).setTitle("Project " + index).setWidth(60).build());
Thanks
-Iezzo
The text was updated successfully, but these errors were encountered: