I notice when I write my query with ";" at the end it doesn´t show data, when i write it without the ";" it works.
SELECT DISTINCT
Asset.asset AS "Activo",
....
FROM
Asset
LEFT JOIN ...EquipmentType.EquipmentType
LEFT JOIN ....
WHERE
Asset.compan...
CASE
WHEN SubStr(Asset.businessUnit, 1, 3) IN ('CAT', 'BAL', 'MUR', 'VAL', 'AND', ....
END,
Asset.businessUnit,
Asset.parentAsset,
Asset.asset


v
v

In case is useful for someone
It´s Oracle Query,
happens when I try to adapt the queryes from Ignition Vision to named queries in Ignition Perspective. That syntax I got from the previous project

That's new to me. I've never used Oracle.
Anyone else? What's happening here. Is WHERE just looking for non NULLs?
This is the error:
Subcode
Error_Exception
Property
root/TabContainer/TablaInventario.data
Description
java.sql.SQLSyntaxErrorException: ORA-00907: falta el paréntesis derecho
tranlation "the right parenthesis is missing."
Could you provide the whole code?
ok, i think there is no issue, it´s an Oracle thing, previous code was without ";"