How to skip input control screen in Jasperserver (Using Hyperlink from Drill report) -
ok created drill down report (lets call drillone
) uses hyperlink drill down other report (lets call drilltwo
)
the drill down report (drilltwo)
doesn't have input controls because gets info report calling (drillone)
so hyperlink drilltwo
looks
"./flow.html?_flowid=viewreportflow&reportunit= %2fnwu%2fstudentinformation%2facademicprogramdevelopment%2fapqibi005drill &startdate=" + new simpledateformat("yyyy/mm/dd").format($p{startdate})"
now problem comes when going drilltwo
drillone
(without having enter input controles again , clicking run)
what happens when click hyperlink drillone
sends parameters , along fine, loads input control screen , user has run report
i want go directly drillone
, run it, (skip input controle screen)
is drillone set prompt input controls? turn off.
Comments
Post a Comment