Maximo Wire - The IBM Maximo Help & Discussion Forum
February 10, 2012, 04:05:24 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to Maximo Wire, the IBM Maximo help forum. Feel free to register and ask any Maximo related questions you like.
 
  Home Help Search Login Register  
*
Pages: [1]   Go Down
  Print  
Author Topic: Birt Reporting Parameters with lookup and attribute names  (Read 753 times)
0 Members and 1 Guest are viewing this topic.
calil.jorge
Newbie
*

Karma: 0
Posts: 1


View Profile Email
« on: August 02, 2010, 07:46:22 pm »

Hello!

I have a problem with reporting parameters using Birt. I want to create a parameter with a lookupname and an attributename.

I have to type the parameter location, but I want to use the lookup "locations"

I use this way to create the where param clause
Code:
if (params["location"].value){
where = where + " AND " + MXReportSqlFormat.createParamWhereClause("UPPER(location)", reportContext.getParameterValue("location").toUpperCase());
}

And, I used the lookup locations and the attribute name location. Then, when I select the parameter to preview the report, it returns nothing! I tried to create the where param clause in many ways, but I think it's just a little detail to make it work.

Can someone help me please?

My best regards!
Calil.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Recent

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!