Jump to content
We've recently updated our Privacy Statement, available here ×

aditya.vairagkar

Members
  • Posts

    4
  • Joined

  • Last visited

aditya.vairagkar's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. We recently moved from Jasperserver 6.3 to 7.2 version (Professional edition). The upgrade was not a direct upgrade as it was on two different systems. We had made a few changes, in version 6.3, to get a different browser tab name for our reports and dashboards. While trying to reproduce the same in version 7.2 however we are unable to get the desired result for dashboards. It works for the reports but not for dashboards as it did earlier. Please find below changes made to version 6.3: Version 6.3 changes - Edit page.jsp file <head> <title>Result Page</title> <link rel="shortcut icon" href="/jasperserver-pro/themes/default/images/favicon1.ico"> Add above two lines in head body. - Go to C:Jaspersoftjasperreports-server-6.2.1apache-tomcatwebappsjasperserver-proWEB-INFjspmodulesdashboard - Edit dashboardDesignerviewFrame.jsp <head> <title>${reportUnitObject.label}</title> <link rel="shortcut icon" href="/jasperserver-pro/themes/default/images/favicon1.ico"> After making changes to page.jsp in version 7.2, as mentioned above we were only able to get tab names changed for reports and not dashboards. Instead of the ID which gets picked we get the url as the tab name by using ${reportUnitObject.label}. Please find below a snapshot of the tab names. The left one is a dashboard and the one on the right is a report. The ideal result we would like is report name and dashboard names in repository to appear as tab names. If we replace ${reportUnitObject.label} by a text it appears in both the report and dashboard. However, we would like a dynamic one as mentioned. Yes, there are ways to do it through css changes but wanted to know if we could achieve through file changes like it was possible in previous versions. Thanks in advance.
  2. Hi, I am trying to add an image in a dashboard on jasper server however i do not have the option to insert it. I can insert a text box, a chart, a table or a crosstab but not an image. I am using version 6.0.1 and would like to know if this is a version related constraint or is there a different way to achieve this. Thanks in advance.
  3. To give a brief before the actual issue, we have a repository of reports and a dashboard installed on two jasper server instances i,e, on two difference servers namely Server A and server B. Issue: When i try to drill down from one report to the other within a dashboard, the feature works on our jasper server A but for some reason it does not work on the jasper server B. We have confirmed and rechecked multiple times to see if the report structure, the parameters being passed, the referencing being done is all correct or not. But inspite of recreating the repository and dashboards on server B in the same way we did on server A the drill down fails. The text gets underlined to suggest there is a feature to click on it to drill down but when we click nothing works. Server A edition/version: Enterprise/6.2.0 ServerB edition/version: Professional/6.0.1 Would really appreciate it if anyone can recommend steps we can try to fix this. And in case someone did face the same issue, what did he/she do to fix it. Thanks in advance.
×
×
  • Create New...