[ https://issues.apache.org/jira/browse/KYLIN-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dong Li closed KYLIN-1378. -------------------------- Resolved in release 1.5.1 (2016-04-13) > Add UI for TopN measure > ----------------------- > > Key: KYLIN-1378 > URL: https://issues.apache.org/jira/browse/KYLIN-1378 > Project: Kylin > Issue Type: New Feature > Components: Web > Affects Versions: v1.5.0 > Reporter: Shaofeng SHI > Assignee: Zhong,Jason > Fix For: v1.5.1 > > > 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)