Hello,
I have an object Sales that contains a Company object property. I was trying to make reports of Sales objects but the reference of the Company object appears in the report.
What can be done to only show the name (which is a nested property of Company class) of the Company but not the reference.
Thanks
Have you tried specifying the nested property using something like company.name
? I’m not sure if DynamicJasper supports that, but maybe you can check the official documentation or ask in their channels. Cheers!