Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Report Paramers in BIRT
Report Paramers in BIRT [message #198330] Wed, 07 March 2007 19:13 Go to next message
Eclipse UserFriend
Originally posted by: lsadhu_bos.yahoo.com

Hello, I need to use same report parameter again and again at several
places in my script, can any one tell me how to do it. Like for eg in
below I use as of date at different places.
select medid, denid, p.name
from participant p,
(select medid from health where healthtype = 1 and
recdate <= to_date(:asofdate, 'mm/dd/yyyy')),
(select denid from health where healthtype = 2 and
recdate <= to_date(:asofdate, 'mm/dd/yyyy')) where
p.partid = medid(+) and
p.partid = denid(+) and
p.recdate <= to_date(:asofdate, 'mm/dd/yyyy')


thank you.
Re: Report Paramers in BIRT [message #198516 is a reply to message #198330] Thu, 08 March 2007 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Siri wrote:
> Hello, I need to use same report parameter again and again at several
> places in my script, can any one tell me how to do it. Like for eg in
> below I use as of date at different places.

You should post your question to the eclipse.birt newsgroup.
Re: Report Paramers in BIRT [message #198767 is a reply to message #198516] Fri, 09 March 2007 17:03 Go to previous message
Eclipse UserFriend
Originally posted by: lsadhu_bos.yahoo.com

I'm having problems with opening birt eclipse news group, thats why I
posted here.

thanks
Previous Topic:Two different CVS repositories for the same project
Next Topic:How to run Birt report in batch with parameter
Goto Forum:
  


Current Time: Sat Apr 27 03:16:03 GMT 2024

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

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

Back to the top