[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: BIRT variables

Jan,

The two places you may want to look is in the expression builder and the palette while a script event is opened. In the expression builder if you select a table and look at its columns you will see rownum added. In the palette while you have a script event selected you can see the objects like reportContext that you have available to you.

Jason


Jan Kohnert wrote:
Hello,

Where can I find out more about BIRT variables?
I've seen various variables in different articles. Unfortunately its hard to finde documentation about them. In same examples you can find notations like 'row.__rownum' where in other 'row["__rownum"]' is used. How can I know which is better and more important what else variables exist?


Jan