How can I create a UNION between 2 tables AND use the Parameters in the Where clause. I cannot use VIEWS, Crystal Queries, Temp Tables or Stored Procedures as this report is run within GoldMine and GM will only accept straight SQL.
Here is what I want to accomplish;
Select A.id, A.Name...
How can I create a UNION between 2 tables AND use the Parameters in the Where clause. I cannot use VIEWS, Crystal Queries, Temp Tables or Stored Procedures as this report is run within GoldMine and GM will only accept straight SQL.
Here is what I want to accomplish;
Select A.id, A.Name...
I am trying to limit Crystal Report to print only those contact information for which the user has access to. Each Contact has a Security code in the Key5 field of the Contact1 table. Here are some issues;
I don't know how to check which user initiated the report.
I don't know where GM stores...
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.