Skip to content

Commit

Permalink
Signed-off-by: Rick Lu <rlu@actuate.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
lllxin committed Mar 3, 2016
1 parent 0387d65 commit 46c10f8
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2445,6 +2445,7 @@ Element.SecurityRule=Security Rule
Element.RuleCondition=Rule Condition
Element.LinkedDataModelMeasureGroup=Measure Group
Element.LinkedDataModelMeasure=Measure
Element.ColumnLinkDetail=Column Link Detail

###########################################################
# Element property names
Expand Down Expand Up @@ -3565,6 +3566,22 @@ Element.LinkedDataModelMeasure.filterExpr= Filter Expression
Element.LinkedDataModelMeasure.aggregateFunction=AggregateOn Function
Element.LinkedDataModelMeasure.aggregateArguments=AggregateOn Function Arguments

#Alias dataset
Element.AliasDataSet.originDataSet=Origin data set

#
Element.ColumnLinkDetail.leftColumn=Left column
Element.ColumnLinkDetail.rightColumn=Right column

#
Element.ColumnLink.leftColumn=Left column
Element.ColumnLink.rightColumn=Right column
Element.ColumnLink.leftAliasDataSet=Left alias data set
Element.ColumnLink.rightAliasDataSet=right alias data set
Element.ColumnLink.type=Type
Element.ColumnLink.allowPushdown=Allow pushdown
Element.ColumnLink.columnLinkDetails=Link details

###########################################################
# Predefined style
Style.Report=Report
Expand Down

0 comments on commit 46c10f8

Please sign in to comment.