Skip to main content



      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 07:52 Go to next message
Eclipse UserFriend
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 11:02 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Adding -select all- option to the parameter values list [message #1690749 is a reply to message #1690678] Mon, 30 March 2015 23:35 Go to previous messageGo to next message
Eclipse UserFriend
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] Mon, 30 March 2015 23:36 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Adding -select all- option to the parameter values list [message #1690762 is a reply to message #1690750] Tue, 31 March 2015 02:24 Go to previous messageGo to next message
Eclipse UserFriend
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 02:57 Go to previous message
Eclipse UserFriend
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 05:46] by 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: Thu Mar 27 03:11:49 EDT 2025

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

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

Back to the top