I've created a Crystal Report file which prints information about Goldmine projects. However, the report didn't print anything about a closed project I have in Goldmine. The report consists of the following table links:
Contact1->OpMgr through AccountNo.
OpMgr->OpMgrTask(OpMgr alias) through OPID
OpMgr->OpMgrContact(OpMgr alias) through OPID
Below is the record selection criteria I implemented in Crystal Reports:
OpMgr.Rectype='P'
OpMgrTask.Rectype='PT'
OpMgrContact.Rectype='PC'
I would like some suggestions on how to retrieve Goldmine projects which have been closed.
Thanks.
Contact1->OpMgr through AccountNo.
OpMgr->OpMgrTask(OpMgr alias) through OPID
OpMgr->OpMgrContact(OpMgr alias) through OPID
Below is the record selection criteria I implemented in Crystal Reports:
OpMgr.Rectype='P'
OpMgrTask.Rectype='PT'
OpMgrContact.Rectype='PC'
I would like some suggestions on how to retrieve Goldmine projects which have been closed.
Thanks.