Bug 265420 - Keep the original binding when DND column from dataset into Grid cell in Crosstab header
Summary: Keep the original binding when DND column from dataset into Grid cell in Cros...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Birt-ReportDesigner CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 03:38 EST by Tianli Zhang CLA
Modified: 2009-07-16 02:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tianli Zhang CLA 2009-02-19 03:38:22 EST
Description:
Keep the original binding when DND column from dataset into Grid cell in Crosstab header

Build number: 
2.5.0.v20090219-0630

Steps to reproduce:
1, New a cube which is useing CUSTOMERS table as primary dataset
2, New a Crosstab binding with the dataset
3, Insert a Grid into Crosstab header
4, DND CUSTOMERNUMBER column from dataset to Grid cell in Crosstab header
5, Check the binding of the data item

Expected result:
The binding is dataSetRow["CUSTOMERNUMBER"]

Actual result:
The binding expression is dimension["xxx"]["CUSTOMERNUMBER"], if Crosstab hasn't a binding named CUSTOMERNUMBER, the expression of data item is null.

Error log: