Anyone know of a Java reporting tools which has a web based visual report designer?
        Posted  
        
            by kwyjibo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kwyjibo
        
        
        
        Published on 2009-11-10T23:10:13Z
        Indexed on 
            2010/06/08
            12:12 UTC
        
        
        Read the original article
        Hit count: 298
        
We're currently evaluating different Java reporting engines, and having a web-based ad-hoc report designer is a requirement.
We don't need anything too fancy, but we need users to be able to define a report with columns X, grouped by Y, sorted by Z, etc... We've found that many of the open source tools do have graphical report designers, but the designers are typically not web based. (For example, iReport from JasperReports seems to be an application, not a web tool)
Can anyone recommend a reporting tool which meets this web-based requirement?
© Stack Overflow or respective owner