Summary:
Hi,
We are trying to use the EVALUATE
function in an OBIEE report based on FTI, but we are encountering errors.
We have tested it with a very simple example, and it seems that the function is not supported when used with FTI in our OBIEE/OTM environment.
|
Formula syntax is invalid.
[nQSError: 10058] A general error has occurred. (HY000)
[nQSError: 43275] Message returned from OBIS [ecid:006FMk2jZVdC^q1LNuT4ie008gV2005MmG,0:1:3:13 ts:2025-08-28T12:26:12.062+00:00]. EVALUATE_SUPPORT_LEVEL inside NQSConfig.INI is not set to support EVALUATE. (HY000)
SQL Issued: SELECT Evaluate('TO_DATE(%1,%2)' AS CHAR ,'20230326','YYYYMMDD') FROM "Transportation Intelligence"
|
---|
|