Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Drill down option(Steps to provide drill down option with BIRT charts.)
Drill down option [message #871179] Fri, 11 May 2012 09:57 Go to next message
Debarshi Dasgupta is currently offline Debarshi DasguptaFriend
Messages: 25
Registered: April 2012
Junior Member
Hi All,

I want to provide a drill down option where in if the users clicks at particular chart point, the user will be redirected to a page with the selected points details and accordingly details will be displayed.
Re: Drill down option [message #871266 is a reply to message #871179] Fri, 11 May 2012 17:15 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Take a look at this post:
http://birtworld.blogspot.com/2009/10/multiple-hyperlinks-on-birt-charts.html

Jason

On 5/11/2012 5:57 AM, Debarshi Dasgupta wrote:
> Hi All,
>
> I want to provide a drill down option where in if the users clicks at
> particular chart point, the user will be redirected to a page with the
> selected points details and accordingly details will be displayed.
Re: Drill down option [message #871432 is a reply to message #871266] Sun, 13 May 2012 16:47 Go to previous messageGo to next message
Debarshi Dasgupta is currently offline Debarshi DasguptaFriend
Messages: 25
Registered: April 2012
Junior Member
Thanks Jason!!

Drill down finally worked for me.

Jason I truly feel BIRT is so powerful but it is not explored very well. And if a person like you is not there to guide many features will remain in dark.


Link referred : download.eclipse.org/birt/downloads/examples/reports/2.1/drill/drill.html

Worked for me.

Made two reports :

1. Report with a chart and added series interactivity.
Event : mouse click
Action : Hyperlink

2. The target report which was passed a parameter from the report1.

I am adding the two reports for reference.


Re: Drill down option [message #871441 is a reply to message #871432] Sun, 13 May 2012 18:35 Go to previous messageGo to next message
Debarshi Dasgupta is currently offline Debarshi DasguptaFriend
Messages: 25
Registered: April 2012
Junior Member
Hi Jason,

When I am trying to get the reports in jsp using jsf tags. I get the below mentioned errors mentioned below :


SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /pages/pageb.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@2a5b8e8c]
13 May, 2012 11:55:06 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet Faces Servlet threw exception
Error.DesignFileException.SYNTAX_ERROR - 9 errors found! 
1.)  ( line = 2720, tag = value)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
2.)  ( line = 56, tag = property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "nullsOrdering" is not defined.)
3.)  ( line = 62, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
4.)  ( line = 68, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
5.)  ( line = 74, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
6.)  ( line = 80, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
7.)  ( line = 86, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
8.)  ( line = 92, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
9.)  ( line = 98, tag = text-property)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
Re: Drill down option [message #871745 is a reply to message #871441] Mon, 14 May 2012 19:27 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you post the design file that is failing to open?

Jason

On 5/13/2012 2:35 PM, Debarshi Dasgupta wrote:
> Hi Jason,
>
> When I am trying to get the reports in jsp using jsf tags. I get the
> below mentioned errors mentioned below :
>
>
> SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID:
> /pages/pageb.jsp) Exception thrown during phase execution:
> javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@2a5b8e8c]
>
> 13 May, 2012 11:55:06 PM org.apache.catalina.core.StandardWrapperValve
> invoke
> SEVERE: Servlet.service() for servlet Faces Servlet threw exception
> Error.DesignFileException.SYNTAX_ERROR - 9 errors found! 1.) ( line =
> 2720, tag = value)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an
> element property is simple list type.)
> 2.) ( line = 56, tag = property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "nullsOrdering" is not defined.)
> 3.) ( line = 62, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 4.) ( line = 68, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 5.) ( line = 74, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 6.) ( line = 80, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 7.) ( line = 86, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 8.) ( line = 92, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
> 9.) ( line = 98, tag = text-property)
> org.eclipse.birt.report.model.parser.DesignParserException (code =
> Error.DesignParserException.UNDEFINED_PROPERTY, message : The property
> "heading" is not defined.)
>
Previous Topic:error no preview data with web service data source
Next Topic:font-face in Birt
Goto Forum:
  


Current Time: Thu Apr 25 14:22:41 GMT 2024

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

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

Back to the top