Repository: kylin Updated Branches: refs/heads/master 29d3dc37e -> 6a570a138
KYLIN 2768 MULTIPLE COLUMN LABLE IN COUNT DISTINCT Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6a570a13 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6a570a13 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6a570a13 Branch: refs/heads/master Commit: 6a570a13862751a1a390a3d3c3d8fa3f2f57f43e Parents: 29d3dc3 Author: chenzhx <346839...@qq.com> Authored: Sun Jul 30 22:09:52 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Wed Aug 2 00:06:22 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/cubeDesigner/measures.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/6a570a13/webapp/app/partials/cubeDesigner/measures.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/cubeDesigner/measures.html b/webapp/app/partials/cubeDesigner/measures.html index 8a5cae9..aa7a096 100755 --- a/webapp/app/partials/cubeDesigner/measures.html +++ b/webapp/app/partials/cubeDesigner/measures.html @@ -220,7 +220,8 @@ <div class="form-group" ng-if="newMeasure.function.expression === 'TOP_N'||(newMeasure.function.expression === 'COUNT_DISTINCT' && newMeasure.function.returntype!=='bitmap')" > <div class="row"> <label class="col-xs-12 col-sm-3 control-label no-padding-right font-color-default"> - <b ng-if="newMeasure.function.expression === 'TOP_N'">Group by Column</b> + <b ng-if="newMeasure.function.expression === 'TOP_N'">Group by Column:</b> + <b ng-if="newMeasure.function.expression === 'COUNT_DISTINCT' && newMeasure.function.returntype!=='bitmap')">Additional distinct column in this measure:</b> </label> <div class="form-group large-popover" > <div class="box-body">