Skip to content

Commit

Permalink
Revert previous change, cube derived measure has been supported for
Browse files Browse the repository at this point in the history
filter.(T50407)
  • Loading branch information
heli committed Feb 20, 2013
1 parent 69706cd commit 8b911d5
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -276,12 +276,6 @@ protected Map<String, String> getValidFilterExpressions(
}
for ( MeasureHandle mh : ChartCubeUtil.getAllMeasures( handle.getCube( ) ) )
{
// Data engine doesn't support derived measure as filter condition now, ignore them.
if ( mh.isCalculated( ) )
{
continue;
}

exprCodec.setBindingName( ChartCubeUtil.createMeasureBindingName( mh ),
true );
String expr = adaptExpr( exprCodec );
Expand Down

0 comments on commit 8b911d5

Please sign in to comment.