getReadableText(ExpressionInterface expr)
Get the String for this expression to be used in an OLAP query,
for example, <<DEALERS.DEALERS.DEALER>>.MEMBERS or <<Measures.SALES_SUM>>
The output is the same as getText().
getReadableText(ExpressionInterface expr,
java.lang.String startingLevelName)
Get the String for this expression to be used in an OLAP query,
for example, <<DEALERS.DEALERS.DEALER>>.MEMBERS or <<Measures.SALES_SUM>>
The output is the same as getText().
Get the String for this expression to be used in an OLAP query,
for example, <<DEALERS.DEALERS.DEALER>>.MEMBERS or <<Measures.SALES_SUM>>
The output is the same as getText().
Parameters:
expr - the expression for which a String representation is returned
Returns:
a String representation for this Expression
(If a null expr is passed in null will be returned)
Get the String for this expression to be used in an OLAP query,
for example, <<DEALERS.DEALERS.DEALER>>.MEMBERS or <<Measures.SALES_SUM>>
The output is the same as getText().
Parameters:
expr - the expression for which a String representation is returned
startingLevelName - specifies an optional level within the hierarchy for returning data
Returns:
a String representation for this Expression
(If a null expr is passed in null will be returned)