Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Enter Parameters popup form(is possible to change the layout of the popup form)
Enter Parameters popup form [message #676792] Mon, 06 June 2011 14:32 Go to next message
Teo  is currently offline Teo Friend
Messages: 14
Registered: May 2011
Junior Member
Hi,

I would like to know if it is possible to change the layout of the popup window that BIRT uses for entering parameters. I have a big load of parameters to set for extracting my reports and the existing format of the popup window is not very convenient. Are there some libraries that I can use that will enable me making moderations on the Enter Parameters popup window or do I need to build a new user interface from scratch?

Thank you for you help

-Teo
Re: Enter Parameters popup form [message #676878 is a reply to message #676792] Mon, 06 June 2011 19:13 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Teo,

The parameter page is defined using jsp/js files in the webcontent
directory of the viewer. Take a look at:
webcontent\birt\ajax\ui\dialog\BirtParameterDialog.js
and
webcontent\birt\pages\dialog\ParameterDialogFragment.jsp

Jason


> Hi,
>
> I would like to know if it is possible to change the layout of the popup
> window that BIRT uses for entering parameters. I have a big load of
> parameters to set for extracting my reports and the existing format of
> the popup window is not very convenient. Are there some libraries that I
> can use that will enable me making moderations on the Enter Parameters
> popup window or do I need to build a new user interface from scratch?
>
> Thank you for you help
>
> -Teo
Re: Enter Parameters popup form [message #677049 is a reply to message #676878] Tue, 07 June 2011 12:14 Go to previous messageGo to next message
Teo  is currently offline Teo Friend
Messages: 14
Registered: May 2011
Junior Member
Hi Jason,
first of all thank you for you quick response. I took a look at the files you suggested. I was wondering if it possible to create a set of checkbox parameters that are pulled dynamically from a dataset as in the case of a list box. With the existing parameter setting framework of BIRT I do not believe that it is possible. Do you have any idea how this could be implemented?
thanks again for your help

Teo

[Updated on: Tue, 07 June 2011 12:29]

Report message to a moderator

Re: Enter Parameters popup form [message #677191 is a reply to message #677049] Tue, 07 June 2011 17:00 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Teo,

One way you could do something similar to this is to create one report
that will act as a driver to another report. In the initial report you
could use a text element that is nested in a table bound to your dataset
that creates a html check box for each row of the dataset. You could
then add a submit button to the text element that would forward the
checkbox values to the second report.

Jason

On 6/7/2011 8:14 AM, Teo wrote:
> Hi Jason,
> first of all thank you for you quick response. I took a look at the
> files you suggested. I was wondering if it possible to create a set of
> checkbox parameters that are pulled dynamically from a dataset as in the
> case of a list box. With the existing parameter setting framework of
> BIRT I do not believe that it is possible. Do you have any idea how this
> could be implemented?
> thanks again for your help
>
> Teo
Re: Enter Parameters popup form [message #677363 is a reply to message #677191] Wed, 08 June 2011 09:51 Go to previous message
Teo  is currently offline Teo Friend
Messages: 14
Registered: May 2011
Junior Member
This is an interesting idea and quite intuitive, Quote:
perfect
. I will give it a try. Thanks a lot!

Teo
Previous Topic:How to give security option in BIRT reporting tool
Next Topic:Please help dynamic column binding to chart according to parameter, csv data sou
Goto Forum:
  


Current Time: Thu Apr 25 15:27:21 GMT 2024

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

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

Back to the top