You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kyungtaak
라인차트에서 교차선반에 dimension을 2개이상 올렸을경우 리턴되는 데이터의 columns의 첫번째 값이 잘못된 데이터로 리턴됩니다. 확인 부탁드립니다.
[API]
POST api/datasources/query/search
[Request Body] {"context":{"discovery.route.uri":"/workbook/5d22985e-80b5-4dae-b4ae-95ebdf977dfb","discovery.dashboard.id":"2ef9e1db-1a2f-4784-9c1b-cdf05706145d"},"userFields":[],"dataSource":{"joins":[],"temporary":false,"id":"ds-37","name":"sales","uiDescription":"sales data (2011~2014)","type":"default","connType":"ENGINE","engineName":"sales"},"filters":[],"pivot":{"columns":[{"type":"dimension","name":"Category","subType":"STRING","subRole":"DIMENSION","alias":"Category"}],"rows":[],"aggregations":[{"type":"measure","aggregationType":"SUM","name":"Discount","subType":"DOUBLE","subRole":"MEASURE","format":{"type":"number","sign":"KRW","decimal":2,"useThousandsSep":true,"abbr":"NONE","customSymbol":null},"alias":"SUM(Discount)"},{"type":"dimension","name":"Region","subType":"STRING","subRole":"DIMENSION","alias":"Region"},{"type":"dimension","name":"Country","subType":"STRING","subRole":"DIMENSION","alias":"Country"}]},"limits":{"limit":1000,"sort":[]},"aliases":[{"type":"value","ref":"2ef9e1db-1a2f-4784-9c1b-cdf05706145d"}],"resultFormat":{"type":"chart","mode":"line","options":{"addMinMax":true,"showCategory":true,"showPercentage":true,"isCumulative":false},"columnDelimeter":"―"}}
Describe the bug
To Reproduce
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: