Okay, so I've got iReport up and running, and I can now run HQL queries in it, and it will fetch back objects, and put them in the Fields section of the Report inspector.
Do I really need to flatten out all my queries so that I only return one "level" of actual data values, and not my entity objects? I'd rather like to just return the objects and have their toString() be displayed on the report or else the HQL seems to be so complex that it's stumping me.
Thanks! Joshua