Anyone us data parsing from another source in Taleo Reporting?
Content
I'm trying to import data found in an outside excel report and create a new report in Reporting.
I followed lesson 8 in the Advanced Reporting RP702 guide but can't get it to work.
The parsing script I use is below.
I run a macro on the Excel data to parse to SQL and paste the results in new query with a customized SQL.
Whenever I do this, I get the following error:
a Database error occured. The database error test is: ORA-00923: From keyword not found where expected.(WIS 10901)
So frustrating! Any help would be great.
Parsing data:
Sub SQLParser()
0