Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How do you access the __timezone value in a BIRT script?
How do you access the __timezone value in a BIRT script? [message #1298887] Wed, 16 April 2014 15:29 Go to next message
Mike Wulkan is currently offline Mike WulkanFriend
Messages: 147
Registered: July 2009
Senior Member
I need to know what timezone was passed to my report using the __timezone parameter. However when I try params["__timezone"] it says the parameter is not found. How can I reference this value?
Re: How do you access the __timezone value in a BIRT script? [message #1299085 is a reply to message #1298887] Wed, 16 April 2014 18:28 Go to previous message
Mike Wulkan is currently offline Mike WulkanFriend
Messages: 147
Registered: July 2009
Senior Member
I found this seems to work
tz = Packages.org.eclipse.birt.report.utility.ParameterAccessor.getParameter( reportContext.getHttpServletRequest(), "__timezone" );
Previous Topic:difficulties at report parameters , Bar Code, Birt - maximo
Next Topic:BIRT and webservices via server-config.wsdd & axis
Goto Forum:
  


Current Time: Thu Apr 25 18:58:07 GMT 2024

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

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

Back to the top