Sacheveral
Technical User
I created some SQL expressions in reports when I was using Crystal 8.5, which all worked fine. They contained SELECT statements etc. When I upgraded to Crystal 10 last week some of them stopped working, and despite applying all the hot fixes they still do not work. The common element in the expressions that do not work is that they reference something in the main report's SQL. For instance the following works OK:
(SELECT COUNT(PN.Product_Needs_Id) FROM Product_Needs PN
WHERE PN.Centre_Name = 'Cambridge')
But this does not (where Centre.Centre_Name is intended to link to the Centre in question on the main report):
(SELECT COUNT(PN.Product_Needs_Id) FROM Product_Needs PN
WHERE PN.Centre_Name = Centre.Centre_Name)
As I say these work fine in Crystal 8.5. Any ideas?
Thanks,
Joe
(SELECT COUNT(PN.Product_Needs_Id) FROM Product_Needs PN
WHERE PN.Centre_Name = 'Cambridge')
But this does not (where Centre.Centre_Name is intended to link to the Centre in question on the main report):
(SELECT COUNT(PN.Product_Needs_Id) FROM Product_Needs PN
WHERE PN.Centre_Name = Centre.Centre_Name)
As I say these work fine in Crystal 8.5. Any ideas?
Thanks,
Joe