Hi all!
I'm using a very large Oracle DB, and want to create a report using multiple tables from this DB. However, whenever I try to create an SQL expression using SELECT, FROM, WHERE, etc. it gives me the following error:
"ODBC error: [MERANT][ODBC Oracle 8 Driver][Oracle 8]ORA-00911: invalid character"
and the syntax error occurs right after the word "select".
Even simpler, if I try to add the basic SQL Expression: {fn USER()}. The result/user will not display if more than one table is added to the report.
Essentially, I want to grab a specific value from a record of one table that is selected based on a record from another table. Then use that value to add/subtract from other values in different tables.
Any suggestions??
I'm in the process of looking into UDFs; however, even if I get a working UDF, how can I call it from a SQL expression if my SQL expression doesn't recognize SELECT statements?
I'm using a very large Oracle DB, and want to create a report using multiple tables from this DB. However, whenever I try to create an SQL expression using SELECT, FROM, WHERE, etc. it gives me the following error:
"ODBC error: [MERANT][ODBC Oracle 8 Driver][Oracle 8]ORA-00911: invalid character"
and the syntax error occurs right after the word "select".
Even simpler, if I try to add the basic SQL Expression: {fn USER()}. The result/user will not display if more than one table is added to the report.
Essentially, I want to grab a specific value from a record of one table that is selected based on a record from another table. Then use that value to add/subtract from other values in different tables.
Any suggestions??
I'm in the process of looking into UDFs; however, even if I get a working UDF, how can I call it from a SQL expression if my SQL expression doesn't recognize SELECT statements?