Hello,
I am writing a report using crystal developer 8.5 that goes into GoldMine (SQL backend) and first finds all of the pending sales in a given date range (which I can setup a parameter and then search by cal.rectype startswith "S")then I need to go into the history table and list the very last and second to last appointments. So the report needs to look like this:
Prospect 1st meeting 2nd meeting proposal date
ABC Co. 2/4/2004 4/6/2004 4/6/2004
What would be the best approach to get the 1st and 2nd meeting dates?
I am writing a report using crystal developer 8.5 that goes into GoldMine (SQL backend) and first finds all of the pending sales in a given date range (which I can setup a parameter and then search by cal.rectype startswith "S")then I need to go into the history table and list the very last and second to last appointments. So the report needs to look like this:
Prospect 1st meeting 2nd meeting proposal date
ABC Co. 2/4/2004 4/6/2004 4/6/2004
What would be the best approach to get the 1st and 2nd meeting dates?