[
https://issues.apache.org/jira/browse/KYLIN-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160319#comment-16160319
]
luguosheng commented on KYLIN-2855:
-----------------------------------
In query api response body, you can find a key named columnType. if it's
value equals 91 or 92 or 93, it is a date type column; and -1, 1, 12 is a
string type column,and -7, -6, -5, 3, 4, 5, 6, 7, 8 is a number type column.
so we will set date or string type columns as dimension columns , and
number type columns as measures.
pls check the columnType in your response.
> column of BIGINT is not treat as dimensions for chart
> -----------------------------------------------------
>
> Key: KYLIN-2855
> URL: https://issues.apache.org/jira/browse/KYLIN-2855
> Project: Kylin
> Issue Type: Bug
> Components: Web
> Reporter: Yang Hao
> Assignee: Zhong,Jason
> Attachments: screenshot-1.png
>
>
> My query has appid,date, model, userNum, but the appid、date is not treat as
> dimension but metrics
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)