BIRT 2.5.1 (BMC version) [message #1810040] |
Mon, 29 July 2019 14:58  |
Eclipse User |
|
|
|
Hi all,
not sure where to post this question.
I use BMC BIRT 2.5.1 version and overall have had the same icky struggles as anyone else.
however, I am trying to figure out why in a Grid, bound to the table, when I use the data element from my dataset the data returns, when I manipulate the data field from the dataset, it works....
But when I try to take another DATA object from the palette and mimic the exact same code except I need it to evaluate a different qualification.
However, when I apply the object to the grid, the data does not return, but the original dataset field does??
Grid, with four sections (so far)
Another Grid inside each of the sections
Each section is pointed to its own table with a parameter value to tie them all together.
The rest of the report works.
This is the code in the field that comes directly from the data set (edited expression)
if(BirtComp.equalTo(dataSetRow["Factor__c"],"(b4) Retrofit Kits for Operations Systems")) {
dataSetRow["50a_Non-Recurring"];
} else {
'5.00'
}
Thanks for any assistance.
Bruce
|
|
|
|
Powered by
FUDForum. Page generated in 0.12748 seconds