Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Adding -select all- option to the parameter values list(Adding -select all- option to the parameter values list )
Adding -select all- option to the parameter values list [message #1690650] Mon, 30 March 2015 11:52 Go to next message
keerthi sudha is currently offline keerthi sudhaFriend
Messages: 9
Registered: December 2014
Junior Member
Hi All,

I have created a sample report and it is working fine but i want to add -select all- value to parameter value list so that when it is select -select all- then all the parameter values details are displayed.can any help me what to do for it.
Please help me on this.

Thank You

Best Regards,
keerthi
Re: Adding -select all- option to the parameter values list [message #1690678 is a reply to message #1690650] Mon, 30 March 2015 15:02 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Maybe this devshare example will help you out:

http://developer.actuate.com/community/forum/index.php?/files/file/486-birt-adding-all-value-to-your-result-set-through-sql-example/

Let me know.


Michael

Developer Evangelist, Silanis
Re: Adding -select all- option to the parameter values list [message #1690749 is a reply to message #1690678] Tue, 31 March 2015 03:35 Go to previous messageGo to next message
keerthi sudha is currently offline keerthi sudhaFriend
Messages: 9
Registered: December 2014
Junior Member
Thanks for reply,
when i tried to download the example getting an error that :Sorry, you don't have permission for that! even i created an account and logged in.
Thank You

Best Regards,
keerthi
Re: Adding -select all- option to the parameter values list [message #1690750 is a reply to message #1690749] Tue, 31 March 2015 03:36 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Make sure you find the validation email in the email account you registered under. If it's not in your inbox, check your junk mail. Smile

Michael

Developer Evangelist, Silanis
Re: Adding -select all- option to the parameter values list [message #1690762 is a reply to message #1690750] Tue, 31 March 2015 06:24 Go to previous messageGo to next message
keerthi sudha is currently offline keerthi sudhaFriend
Messages: 9
Registered: December 2014
Junior Member
oh thanks for the help Smile
Re: Adding -select all- option to the parameter values list [message #1690765 is a reply to message #1690762] Tue, 31 March 2015 06:57 Go to previous message
keerthi sudha is currently offline keerthi sudhaFriend
Messages: 9
Registered: December 2014
Junior Member
Hi,
Getting syntax error at on beforeopen method :

splitParam = "'" + params["City"].value.join("','") + "'";
if (splitParam.match("(All)") == null){
this.queryText = this.queryText + " and effe_ledlights.enquire.city IN (" + splitParam + ")";
}

plz help

[Updated on: Tue, 31 March 2015 09:46]

Report message to a moderator

Previous Topic:[SOLVED] OdaException - Unable to open a connection with the database connection profile
Next Topic:Calculate the exact height of a cell on birt
Goto Forum:
  


Current Time: Tue Apr 16 18:30:18 GMT 2024

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

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

Back to the top