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

michael.christ_1

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by michael.christ_1

  1. Hi.  Community Edition 6.19.0.  I created a main report that displays a pie chart.  The data source returns two values: VENDOR_ID and CNT.  For the hyperlink properties I defined:

    • Link Target: Blank
    • Link Type: ReportExecution
    • Parameters:
      • _report: location of detail report
      • VENDOR_ID: $F{VENDOR_ID}

    The detail report is a table. I defined:

    • Input Control named VENDOR_ID
    • Parameter named VENDOR_ID

    I updated the SQL to include $P{VENDOR_ID}

    Here's the problem.  When I run the main report I indeed can drill to the detail.  BUT no matter which pie slice I click, the same value is passed to the detail.  That value seems to be the last VENDOR_ID returned in the main report.

    Does anyone have any ideas why the hyperlink to the detail report does not contain the value of the pie slice I click on?

    Update: I solved this issue.  The solution is to click the hyperlink button that displays in the pie chart window and NOT in the properties window.

×
×
  • Create New...