Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 192394 - Enhance the check scope of data._outer["XX"] in crosstab[1102]
Summary: Enhance the check scope of data._outer["XX"] in crosstab[1102]
Status: VERIFIED DUPLICATE of bug 188532
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-Data-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 05:46 EDT by Tianli Zhang CLA
Modified: 2007-06-19 04:28 EDT (History)
0 users

See Also:


Attachments
attached design file (88.62 KB, application/octet-stream)
2007-06-13 05:52 EDT, Tianli Zhang CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tianli Zhang CLA 2007-06-13 05:46:50 EDT
Description:
Enhance the check scope of data._outer["XX"] in crosstab[1102]

Build number: 
2.2.0.v20070613-0630

Steps to reproduce:
1, Open the attache report design
2, The dataitem of PRODUCTLINE in crosstab is using the data._outer["PRODUCTLINE"] binding
3, Preview the report

Expected result:
The data._outer["XX"] is working in crosstab

Actual result:
Exception occurs

Error log:
A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "PRODUCTLINE" from null
 Script source: null, line: 0, text:
<compiled script>. See next exception for more information.
Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "PRODUCTLINE" from null
 Script source: null, line: 0, text:
<compiled script> 
data.engine.BirtException ( 7 time(s) )
detail : org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "PRODUCTLINE" from null Script source: null, line: 0, text:<compiled script>. See next exception for more information.Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "PRODUCTLINE" from null Script source: null, line: 0, text:<compiled script> at org.eclipse.birt.data.engine.core.DataException.wrap(DataException.java:118)
Comment 1 Tianli Zhang CLA 2007-06-13 05:52:50 EDT
Created attachment 71150 [details]
attached design file
Comment 2 Lin Zhu CLA 2007-06-13 07:38:23 EDT

*** This bug has been marked as a duplicate of bug 188532 ***
Comment 3 Tianli Zhang CLA 2007-06-19 04:28:17 EDT
Verified, it's duplicate