Invalid SELECT statement! Unexpected token \"Position\" at line 3, pos 40!

Stimulsoft Reports.NET discussion
Post Reply
mojahed
Posts: 1
Joined: Sun Jun 03, 2012 2:18 pm

Invalid SELECT statement! Unexpected token \"Position\" at line 3, pos 40!

Post by mojahed »

i see this error when i add my query
Invalid SELECT statement!
Unexpected token \"Position\" at line 3, pos 40!
this is my query
SELECT tab_employee.card_no, tab_employee.Name_emp, tab_employee.Fname_emp,
Tab_Grade.Descr_Dari AS grd, bast.Descr_Dari AS bast, tab_employee.bac_n,
tab_employee.bank_name, tab_employee.Position
FROM ((tab_employee LEFT JOIN
Tab_Grade ON tab_employee.Grade = Tab_Grade.Grade) LEFT JOIN
Tab_Grade AS bast ON tab_employee.Work_grade = bast.Grade) LEFT JOIN
Tab_Grade AS bastreform ON tab_employee.reform_post = bastreform.Grade
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Invalid SELECT statement! Unexpected token \"Position\" at line 3, pos 40!

Post by Alex K. »

Hello,

Can you please send us your report with test data which reproduces the issue on support@stimulsoft.com

Thank you.
Post Reply