Repository: kylin
Updated Branches:
  refs/heads/2.1.x 91c08e8a8 -> 77e8728c6


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/77e8728c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/77e8728c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/77e8728c

Branch: refs/heads/2.1.x
Commit: 77e8728c63982e99574e0599d9771cee6a7b076d
Parents: 91c08e8
Author: chenzhx <346839...@qq.com>
Authored: Sun Jul 30 22:09:52 2017 +0800
Committer: chenzhx <346839...@qq.com>
Committed: Wed Aug 2 00:10:44 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/77e8728c/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">

Reply via email to