One workaround is to define a new column with "EXTRACT(MONTH FROM "TEST_ORDERFACT"."DADD")" by Hive view.
2017-01-17 20:22 GMT+08:00 Тарасов Павел <[email protected]>: > Hi, > > I’ve problem with tableau & kylin connect. When creating filter on month > in tableau it generate query with filter > > WHERE (({fn EXTRACT(MONTH FROM "TEST_ORDERFACT"."DADD")} - 1) / 3 + 1 = 2) > > and kylin fails on such queries. Is there way to solve this problem? > > Best regards, > Pavel Tarasov
