Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to persist values in BIRT?

Hi,

I need help saving a value from a row and comparing it with the next row.

For example, the report has to show how much time a WI was in a state. (Right now I have how much time a WI was between every save, but I can't persist the first timestamp in order to compare it with the next).

Thanks.

0 votes



One answer

Permanent link
 A BIRT report has an initialization script that runs before anything else. You can declare global variables
there.

Beware, though, as the charting API doesn't see those globals - you have to explicitly share those values in order to use them in a chart context.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 324
× 40

Question asked: Aug 09 '16, 10:05 a.m.

Question was seen: 3,044 times

Last updated: Aug 11 '16, 6:23 a.m.

Confirmation Cancel Confirm