Hello,
I have written a simple query to generate appraisal details for Department members it is as follows.
select distinct
DP.DepartmentReference Reference,
DP.DepartmentName Name,
(select count(DM.PersonKey)DepartmentMembers from DepartmentMembershi DM
where DM.DepartmentKey =...
Thanks for the speedy response.
I am Using pervasive SQL version 9.50.077.002.
When trying to execute the script I get
"[LNA][Pervasive][ODBC Engine Interface]Error in expression: Staff1 . FirstName
Hello I am trying create a series of views to show details of staff and their linemanagers,yet can not get them to work. Details of Staff records are in 2 files (Staff1,Staff2), They are linked via fieldname 'PersonKey' and Staff2 contains a field 'PersonKeyMainline' which is the personkey for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.