Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Dynamic Parameter & Drill Through(ChartException (The trigger data is invalid or its type is unknown))
Dynamic Parameter & Drill Through [message #528443] Tue, 20 April 2010 14:36 Go to next message
No real name is currently offline No real nameFriend
Messages: 18
Registered: April 2010
Junior Member
Hi,
I have a report which gets a dynamic list of Integers. This List is also needed in the subreport. In order to access the Parameter I added a new parameter to the subreport having the same data type.

However, this is not working - when I start the Report via web viewer ( http://localhost:8080/birtviewer/run?__report=C%3A\app\REPOR TS\rpt.rptdesign&startDate=20.04.2009&endDate=20.04. 2010&articles=1348,2545&customers=5234) - I get the following Error:
org.eclipse.birt.chart.exception.ChartException: The trigger data is invalid or its type is unknown.
at org.eclipse.birt.chart.internal.datafeed.UserDataSetProcesso r.populate(UserDataSetProcessor.java:102)
at org.eclipse.birt.chart.internal.datafeed.DataProcessor.fillS eriesDataSet(DataProcessor.java:1354)
at org.eclipse.birt.chart.internal.datafeed.DataProcessor.gener ateRuntimeSeries(DataProcessor.java:811)
at org.eclipse.birt.chart.internal.datafeed.DataProcessor.gener ateRuntimeSeries(DataProcessor.java:1446)
...

If I remove the articles parameter passthrough when hyperlinking the drill through function I can open the report without problems.
Re: Dynamic Parameter & Drill Through [message #528534 is a reply to message #528443] Tue, 20 April 2010 20:21 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

If articles parameter is multiselect it should come through the url like:
&articles=1348&articles=2545

Jason


tobias.koehler1987@googlemail.com wrote:
> Hi,
> I have a report which gets a dynamic list of Integers. This List is also
> needed in the subreport. In order to access the Parameter I added a new
> parameter to the subreport having the same data type.
>
> However, this is not working - when I start the Report via web viewer
> ( http://localhost:8080/birtviewer/run?__report=C%3A\app\REPOR TS\rpt.rptdesign&startDate=20.04.2009&endDate=20.04. 2010&articles=1348,2545&customers=5234)
> - I get the following Error:
> org.eclipse.birt.chart.exception.ChartException: The trigger data is
> invalid or its type is unknown.
> at org.eclipse.birt.chart.internal.datafeed.UserDataSetProcesso
> r.populate(UserDataSetProcessor.java:102)
> at org.eclipse.birt.chart.internal.datafeed.DataProcessor.fillS
> eriesDataSet(DataProcessor.java:1354)
> at org.eclipse.birt.chart.internal.datafeed.DataProcessor.gener
> ateRuntimeSeries(DataProcessor.java:811)
> at org.eclipse.birt.chart.internal.datafeed.DataProcessor.gener
> ateRuntimeSeries(DataProcessor.java:1446)
> ...
>
> If I remove the articles parameter passthrough when hyperlinking the
> drill through function I can open the report without problems.
Previous Topic:DataSource connection in runtime
Next Topic:Passing parameters from jsp
Goto Forum:
  


Current Time: Sat Apr 27 01:14:31 GMT 2024

Powered by FUDForum. Page generated in 0.02894 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top