Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » migrating from birt2.2.2. to birt2.3.2
migrating from birt2.2.2. to birt2.3.2 [message #487206] Tue, 22 September 2009 13:08 Go to next message
Alessio is currently offline AlessioFriend
Messages: 12
Registered: July 2009
Junior Member
Hi , is there a documentation for doing this operation ?

I actually use report engine api 2.2.2 (birt runtime) for generating dynamic reports in a web-app. Would upgrade to birt 2.3.2.

I've tried to recompile project with birt runtime 2.3.2 , no errors at compile time , but my old code doesn't work anymore with 2.3.2 version. First runtime error I've gotten is :
Can't insert a crosstab cell in a measure handle slot.

In 2.2.2 version of my code I had various javascript functions that
performed various operations on measures of the datacube.
Functions like

function abc(measureName)
{
return measure[measureName] * 3.14;
}

In 2.3.2 version such functions throws an exception telling that 'measure' is undefined , and so more ...

If there is a documentation for performing this kind of migration , it will be greatly appreciated !

many thanks.

Alessio

[Updated on: Tue, 22 September 2009 13:12]

Report message to a moderator

Re: migrating from birt2.2.2. to birt2.3.2 [message #487265 is a reply to message #487206] Tue, 22 September 2009 15:44 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Alessio,

Can you post the report? Or post the script that is causing the issue?

Jason

Alessio Lai wrote:
> Hi , is there a documentation for doing this operation ?
> I've tried to recompile project with birt runtime 2.3.2 , no errors at
> compile time , but my old code doesn't work anymore with 2.3.2 version.
> First runtime error I've gotten is :
> Can't insert a crosstab cell in a measure handle slot.
>
> In 2.2.2 version of my code I had various javascript functions that
> performed various operations on measures of the datacube.
> In 2.3.2 version such functions throws an exception telling that
> 'measure' is undefined , and so more ...
>
> If there is a documentation for performing this kind of migration , it
> will be greatly appreciated !
>
> many thanks.
>
> Alessio
Previous Topic:chart doesnot present(render) data from utf-8 csv file data source/set ,hebrew labels seen as squar
Next Topic:Aggregates & Expressions
Goto Forum:
  


Current Time: Fri Apr 26 08:09:51 GMT 2024

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

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

Back to the top