I have the following error appearing when I try to compile the report:
OracleTextQuerySource%ObtainSelectStatement(62): Actual: [new line] Expecting: '(', '+', '-', [currency constant],
[floating constant], [hexa constant], ID, [A-Z], [date constant],
[integer constant], Null, [octal constant], [string constant], ::, BNot,
ID@, ID#, ID%, ID&, ID!, ID$, New, Not, Nothing, Width
my code in the ObtainSelectStatement is as follows:
can anyone see something I can't? I don't understand why it's not working.
thanks in advance
OracleTextQuerySource%ObtainSelectStatement(62): Actual: [new line] Expecting: '(', '+', '-', [currency constant],
[floating constant], [hexa constant], ID, [A-Z], [date constant],
[integer constant], Null, [octal constant], [string constant], ::, BNot,
ID@, ID#, ID%, ID&, ID!, ID$, New, Not, Nothing, Width
my code in the ObtainSelectStatement is as follows:
Code:
GroupStr = "GROUP BY x.dsti_proj_ref, a.transtype, a.transdate, a.quantity, a.project_code, a.resource_code, " &
+ "b.currency_code, b.stdcost, b.totalcost, b.billrate, b.amount, c.company_name, d.name, e.first_name, " &
+ "e.last_name, b.amo"
can anyone see something I can't? I don't understand why it's not working.
thanks in advance