Jump to content
We've recently updated our Privacy Statement, available here ×
  • "Next Run" values while creating reports that show Schedule Jobs


    ghudson_1
    • Version: v7.1 Product: JasperReports® Server

    Issue Description

    A customer wants to create a report which shows the "next run" values for Schedule jobs, but they're having trouble finding the values


    Resolution

    The fields prev_fire_time and next_fire_time in qrtz_triggers table are the fields which show the "previous" and "next" runs times.

    Note that these are EPOCH dates.

    For better readability you could use a derived table via a domain. You'd write a query to perform your formatting to return a string or a java.sql.Timestamp, etc from EPOCH. At runtime the query will be dumped inline into the main query that is generated by the domain layers.

    See: http://community.jaspersoft.com/documentation/tibco-jasperreports-server-user-guide/v640/derived-tables-tab


    Ref. Case 01527535


    User Feedback

    Recommended Comments

    There are no comments to display.



    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...