Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt 431 :multi select parameter(How to add a multi select parameter)
Birt 431 :multi select parameter [message #1820759] Tue, 28 January 2020 12:57 Go to next message
Mpumi Mtambo is currently offline Mpumi MtamboFriend
Messages: 1
Registered: January 2020
Junior Member
Hi,

I'm new to eclipse , please kindly assist me with the following :

How can I set up a multi select parameter in this script-I'm not sure what is it am I doing wrong:

if (params["worktype"].length == 0 )
{
check1 = "1=1" ;
}
else
{
check1 = MXReportSqlFormat.createParamWhereClause("workorder.worktype", params["worktype"]);
}
Re: Birt 431 :multi select parameter [message #1820938 is a reply to message #1820759] Sun, 02 February 2020 04:35 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

This might reach the intended audience and get a reply in the BIRT forum: https://www.eclipse.org/forums/index.php/f/2/ .

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:How to set value for depending parameters in <birt:parameterPage> tag.
Next Topic:4.9 BIRT does not run
Goto Forum:
  


Current Time: Fri Apr 26 08:15:04 GMT 2024

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

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

Back to the top