Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 137459 preview the chart which use the Flatfile datasource cause an error message

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 137459 preview the chart which use the Flatfile datasource cause an error message

Summary 

Bugzilla Bug (s) Resolved:
137459 preview the chart which use the Flatfile datasource cause an error message

Description:
Chart use IRowSet.evaluate to evaluate the columns. To create a valid _javascript_ _expression_, the special character in the column name must be encoded. Encode the special characters (such as space, quote etc) to create a valid _javascript_ _expression_.

 
Test Description:
Manual Test, Code Reviewed by ZhiQiang Qian
 
Files Edited:
cvs ci -m "encode the string constant to a valid _javascript_ _expression_." -l "/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top