[ 
https://issues.apache.org/jira/browse/KYLIN-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shaofeng SHI updated KYLIN-1378:
--------------------------------
    Fix Version/s: v2.0

> Add UI for TopN measure
> -----------------------
>
>                 Key: KYLIN-1378
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1378
>             Project: Kylin
>          Issue Type: Sub-task
>          Components: Web 
>            Reporter: Shaofeng SHI
>            Assignee: Zhong,Jason
>             Fix For: v2.0
>
>
> Need the user interface for user to define the TopN. User need to selecting: 
> 1) the metrics column;  2)  the literal column;
> This is a sample:
> {code}
> {
>     "name" : "TOP_SELLER",
>     "function" : {
>       "expression" : "TOP_N",
>       "parameter" : {
>         "type" : "column",
>         "value" : "PRICE",
>         "next_parameter" : {
>           "type" : "column",
>           "value" : "SELLER_ID",
>           "next_parameter" : null
>         }
>       },
>       "returntype" : "topn(100)"
>     }
>   } 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to