I'm wanting to compare two tables and pull out the non matching records from table A that does not exist in table B. The two tables have a common Field in each of them.
That was SQL not a crystal formula. Since not everyone does SQL I gave you some alternatives.
There are at least 2 foxpro ODBC drivers, because I have 2 of them installed on my machine. Just setup a DSN in control panel, use a foxpro driver, point it to your data and I am sure this will work.
Let me know if you have any questions. Software Support for Macola, Crystal Reports and Goldmine
dgillz@juno.com
I assume that you are using a 'datafile' connection. This means that when you link from TableA to TableB you see a colored tab indicating where the index is in TableB.
Try this selection formula:
IsNull({TableB.field})
or
{TableB.field} = ""
Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
IF you follow the instructions (prior response from one of the instructor types) about connection to the Foxpro dbf, then you may be able to use the table link. In the Database (Visual linking expert), set the link option to != (a selection called not equal to) and drag the link between the two fields key fields . . .
Thanks, to those of you who have repsonded, I was to complete this by using the IsNull function. Does any one know some where we can search to see what all functions are available and what they do?
The functions are all listed in the formula editor.
You can look them up in the Crystal help to see what they do. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
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.