Jump to content
We've recently updated our Privacy Statement, available here ×
  • Parameter value is always null or set to default value on TIBCO JasperReports® Server. Works fine in TIBCO Jaspersoft® Studio


    stasp
    • Version: v7.1, v6.4 Product: JasperReports® Server

    Issue description

    I recently ran into this scenario: user's report has several parameters used in query and in other parts of the report. The report is running fine in TIBCO Jaspersoft® Studio, but once published to TIBCO JasperReports® Server returns no data. Once we checked the generated query it became obvious that parameter values were all NULLs, even though user entered values when prompted.


    Cause

    All the parameters in the report were name using the following pattern:

    @MY_PARAMETER_NAME

    The problem is that when publishing a report to JasperReports® Server, Input control name and label is created for each parameter based on its name. However some special characters like the 'at' symbol @ are forbidden in Input Control IDs. So Jaspersoft® Studio would silently replace the @ with an underscore _, like this:

    _MY_PARAMETER_NAME

    The Input Control labels would remain with special characters though, e.g.:

    @MY_PARAMETER_NAME

    Which makes it less obvious that there is a difference between parameter name and Input Control ID.


    Solution

    A simple solution for this is to avoid using special characters in parameter names


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