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

Planned for "Unassigned" - BIRT Reports

Hi,

I'm trying for a report using LIVE_SNAPSHOT on Project Area X with following conditions.

Status of workitem is New and Planned for is Unassigned.

In report designer , when I try to use a filter for Planned For, in the select list I don't see "Unassigned". Instead I see "{Null}". Are these two same? Using "{Null}" doesn't give me correct results.

Any ideas?

Thanks,
Bharath

0 votes



15 answers

Permanent link
Yes you can, the data set parameter value is actually a block of javascript code.

0 votes


Permanent link
I tried to use the following code for the default value of a parameter. This is just for a test, logic may not be meaningful.

var sev = row;
if (sev == 'Normal'){
'{Null}'
}else{
'Unclassified'
}

But it throws a reference error :

ReferenceError: "row" is not defined

0 votes


Permanent link
Any clue about this?

Thanks,
Bharath

0 votes


Permanent link
I am afraid the above cannot be done for now. In 3.0, we added a new data set type that would allow to pass an SQL like condition to the data set.

Can you please send me your design file through a work item and I will see if I can do something with it?

0 votes


Permanent link
Any chance trying your report on a 2.0.0.1 or 2.0.0.2 server? We fixed sveral issues related to the handling of null in 2.0.0.1.


Hi Rafik, our issue is fixed in 2.0.0.2 . Thanks

--Bharath

0 votes

1–15 items
page 2of 1 pagesof 2 pages

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

Question asked: Dec 13 '09, 8:09 a.m.

Question was seen: 11,562 times

Last updated: Dec 13 '09, 8:09 a.m.

Confirmation Cancel Confirm