Skip to main content



      Home
Home » Archived » BIRT » Birt Dynamic Text 20060920
Birt Dynamic Text 20060920 [message #191397] Thu, 21 September 2006 11:08 Go to next message
Eclipse UserFriend
Originally posted by: jegd.ctv.es

Hi

I've installed the 20060920 nightly build and for some reason some of the dynamic text elements of my reports
aren't present when I render them. The engine doesn't throw any exceptions. The text contains something
like this param["sample"].substr(0,4). Any idea what could be causing this behaviour?.
Thanks.
Re: Birt Dynamic Text 20060920 [message #191405 is a reply to message #191397] Thu, 21 September 2006 11:27 Go to previous message
Eclipse UserFriend
Seems that access to params values had change from param["sample"] to
param["sample"].value . I had entry a bugzilla and that was the
response.

Try using param["sample"].value.substr(0,4) or similar.

Regards,
Mauro

jegd@ctv.es wrote:
> Hi
>
> I've installed the 20060920 nightly build and for some reason some of the dynamic text elements of my reports
> aren't present when I render them. The engine doesn't throw any exceptions. The text contains something
> like this param["sample"].substr(0,4). Any idea what could be causing this behaviour?.
> Thanks.
>
>
Previous Topic:scatter plot connect missing points question
Next Topic:Re:Birt Dynamic Text 20060920
Goto Forum:
  


Current Time: Wed Jun 18 12:11:02 EDT 2025

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

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

Back to the top