Hello,
I have a problem with TRENDLINE in OBIEE 12c.
I am trying to use a formula like this:
TRENDLINE(100 - ((IFNULL(Sum(DISTINCT "XX"),0) / ("YY"*24.0)) * 100.0), ("TIME"."DAY_DATE"), 'LINEAR','VALUE')
"XX" - type: double
"YY" - type: double
"TIME"."DAY_DATE" - type: date
I get this error:
State: HY000. Code: 42071. [nQSError: 42071] Trendline Y-axis grain can only be the same as or lower than Trendline X-axis grain. (HY000)
What I am doing wrong?
Best Regards