I have combined three data sources and would like to select records from one of the joined tables where the field name class_1 = commercial. This is the SQL Expression (select * from ILMSMGR.DM_PLANREV_IO. CLASS_1 where CLASS_1 IN ('COMMERICAL') I have being trying to use but get the error " Error: Formula In-DB (17): DataWrapOCI: Unable to prepare the query: "WITH "Tool4_83fe." I have attached the complete SQL Expression.