Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Get values selected dinamically(Replace values selected into a Data Set script )
Get values selected dinamically [message #1733194] Wed, 25 May 2016 10:14
Oscar Chamache is currently offline Oscar ChamacheFriend
Messages: 1
Registered: May 2016
Junior Member
I've defined a data set that gets values from a sql script. Besides, I 've defined a parameter that shows a list of values from another dataset. My problem is that I need to use values that I select in parameter for filtering into a sql script( i.e. not in ('##data##')) but when I type into a BeforeOpen the line for making the replace, dataset doesn't show any column. Confused

My lines are similar like this:

var qry = fileContents.toString();
var qryModif5 = qry .replace("##data##",params["PARAMETER"]);

Could you help me, please ? Smile
Previous Topic:Creating Dynamic Dataset
Next Topic:Oracle Stored Procedure Query type Dataset loads huge metadata
Goto Forum:
  


Current Time: Tue Sep 24 05:53:54 GMT 2024

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

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

Back to the top