Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bug 173381 Should not return distinct aggregation values in DataRequestSession.getColumnValueSet method

Summary:

CheckIn: Fix bug 173381 Should not return distinct aggregation values in DataRequestSession.getColumnValueSet method

 

Bugzilla Entry(ies) Resolved:

[173381] Should not return distinct aggregation values in DataRequestSession.getColumnValueSet method

 

Description:

The following modification is made:

  1. In DataRequestSessionImpl.getColumnValueSet, add code to check whether a target column refers to aggregation _expression_.
  2. In DataSetFiltersPage, polish the code.

 

Tests Description:

Manual Test.

 

Notes to Build Team:

None.

 

Notes to Developers:

None.

 

Notes to QA:

None.

 

Notes to Documentation:

None.

 

Files Edited:

"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetFiltersPage.java"

 

 

Files Added:

 

Files Deleted:

 

 


Back to the top