Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to get the row number in a domain using a Virtual Data Source


    vchiem
    • Features: Domains Version: v7.5 Product: JasperReports® Server

    Issue:

    The domain is created using a virtual data source with MySQL as the database.

    Is it possible to get the row numbers in the domain designer using derived tables and/or calculated fields ?

     


     

    Solution:

    Virtual Data Source is based on the TEIID engine. You can explore the various TEIID functions that can be used in SQL from this page :

    https://docs.jboss.org/teiid/7.6.0.Final/reference/en-US/html_single/#d0e4503

    There is the ROW_NUMBER() function which assigns a number to each row in a partition starting at 1.

    This function can be used when creating a derived table.


    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...