B
Brian
I have a .published file named "AIS_Employee_Mart (05-0238).published" on the
server. When I run the following query:
SELECT p.projecttitle, p.projectuniqueid, wp.wproj_id, wp.proj_name
FROM MSP_VIEW_PROJ_PROJECTS_STD p,
MSP_WEB_PROJECTS wp
WHERE p.wproj_id = wp.wproj_id
ORDER BY p.projecttitle
the value of the p.projecttitle field for the record that correlates to the
above mentioned project has the value of a different .published project with
a "_1" on the end. This is causing some errors in reporting.
Is this a known problem?
Thanks,
Brian
server. When I run the following query:
SELECT p.projecttitle, p.projectuniqueid, wp.wproj_id, wp.proj_name
FROM MSP_VIEW_PROJ_PROJECTS_STD p,
MSP_WEB_PROJECTS wp
WHERE p.wproj_id = wp.wproj_id
ORDER BY p.projecttitle
the value of the p.projecttitle field for the record that correlates to the
above mentioned project has the value of a different .published project with
a "_1" on the end. This is causing some errors in reporting.
Is this a known problem?
Thanks,
Brian