Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-1378

Add UI for TopN measure

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v1.5.0
    • v1.5.1
    • Web
    • None

    Description

      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:

      {
          "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)"
          }
        } 
      

      Attachments

        Activity

          People

            zhongjian Jason Zhong
            shaofengshi Shao Feng Shi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: