What I am trying to do seems pretty much straightforward - I am trying to generate an employee productivity report based on hours worked versus dollars sold. But I am having a very difficult time linking my tables so that the report will generate (thus far I've been able to consistently freeze up Crystal).
I will try to lay out my tables in an orderly fashion below listing the pertinent fields:
TABLE
<field> ---> TABLE.<field> **represents my link and direction of link
TICKHISH
<salesmannum> ---> SALESMN.<salesmannum>
<systemdate> ---> EMPLTIME.<systemdate>
<salesamt>
SALESMN
<emplnum>
<salesmannum>
EMPLTIME
<emplnum> ---> SALESMN.<emplnum>
<startdate>
<starttime>
<enddate>
<endtime>
<systemdate>
I think my problem is trying to link to the EMPLTIME table. From my experience, if the EMPLTIME table had the field <salesmannum>, then the report would be easy. But I have to somehow route the link through the SALESMN table.
I hope that someone can offer me some suggestions. I am using Crystal 10 Developer on a Pervasive SQL database.
I will try to lay out my tables in an orderly fashion below listing the pertinent fields:
TABLE
<field> ---> TABLE.<field> **represents my link and direction of link
TICKHISH
<salesmannum> ---> SALESMN.<salesmannum>
<systemdate> ---> EMPLTIME.<systemdate>
<salesamt>
SALESMN
<emplnum>
<salesmannum>
EMPLTIME
<emplnum> ---> SALESMN.<emplnum>
<startdate>
<starttime>
<enddate>
<endtime>
<systemdate>
I think my problem is trying to link to the EMPLTIME table. From my experience, if the EMPLTIME table had the field <salesmannum>, then the report would be easy. But I have to somehow route the link through the SALESMN table.
I hope that someone can offer me some suggestions. I am using Crystal 10 Developer on a Pervasive SQL database.