Exie Posted May 24, 2010 Share Posted May 24, 2010 Hi Folks,I've made my first drill-through as follows:Create master report (SQL), it has a parameter of LoggedInUser, added a field from SQL output, displays fine. I then added a hyperlink, Target=Self Type=ReportExecution.....added parametersProductID=$F{ProductID}ReportUnit="/Dashboards/Resources/KPI-DT-RepCustomers" This works good, BUT when I click the link, it loads up a whole new JasperServer titlebar etc. inside the dashboard. Is there some way I can strip that off, so clicking a hyperlink in the dashboard will just load the report content without all the menu bar and other guff ? Link to comment Share on other sites More sharing options...
teamireport Posted May 24, 2010 Share Posted May 24, 2010 Use "Target=Blank " Good Luck ! Link to comment Share on other sites More sharing options...
Exie Posted May 24, 2010 Author Share Posted May 24, 2010 Thanks for the tip. Using Target="Blank" opens the report in a new browser tab, which looks fine. However I was hoping to have people navigate within the dashboard.... to visualise it, the dashboard I'm working on has the screen divided into 4 squares, each will represent a different area. I would like the user to be able to click on one area, and have its content change and show more detail without affecting the other 3 boxes.Using Target="Self" seems to work, except I end up with scroll bars in the box, which shows another title bar with "Home/View/Create" buttons etc. I really want it to just show the report content. Link to comment Share on other sites More sharing options...
lucianc Posted June 7, 2010 Share Posted June 7, 2010 Add a hyperlink parameter named viewAsDashboardFrame having "true" as value.Regards,Lucian Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now