Jump to content
Changes to the Jaspersoft community edition download ×
  • Auto-refresh Intervals: modify the list of values in the Dashboard Designer


    Raphaël Peguet

    This articles is going through the steps to change the list of values that appear in the Dashboard editor when you right click on a report and go to Auto-refresh Interval.
    DashboardListRefreshValues.png.1b44fe6ccee5d22eca40df3184bf75be.png

    Step by step

    To update the list you will need to:

    1. Navigate to JasperReports Server installation folder.

    2. Go to apache-tomcat/webapps/jasperserver-pro/WEB-INF

    3. Open applicationContext-adhoc.xml in a text editor

    4. Search for "autoRefreshOptions"

       <entry key="autoRefreshOptions">
           <list>
               <!--manual is == 0 which is now part of dashboard.designer.js -->
               <!--<value>0</value> -->
               <value>1</value>
               <value>2.5</value>
               <value>5.0</value>
               <value>15</value>
               <value>30</value>
           </list>
      </entry>
      
    5. Add/modify the values you need.

    6. Save the file.

    7. Restart JasperReports Server.

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...