Hello,
New Report, new dilemma, same database (GoldMine 5.5 MSSQL 2K - Crystal 8.5 Developer)
This time I need to display all records/accounts that have pending sales. One of the field I need to display is how many days left until the sale date ({cal.ondate}) So I need a formula that takes today's dat and then subtracts it from the sale date.
COMPANY SALEDATE TODAYSDATE LAPSED DAYS
ABC, Inc. 8/1/2004 7/21/2004 -12
I then also need to show the date if the sale still is pending after the sale date
COMPANY SALEDATE TODAYSDATE LAPSED DAYS
ABC, Inc. 8/1/2004 8/21/2004 20
Then I need to stick a conditional formula on the lapsed days if it passes the sales date to change color. So example "A" is black but example "B" is red
btw... I put the TODAYSDATE in as something for you to visualize what I am trying to do, I am actually hoping for Crystal to read from my system date at print time.
Thanks for all of the help!
New Report, new dilemma, same database (GoldMine 5.5 MSSQL 2K - Crystal 8.5 Developer)
This time I need to display all records/accounts that have pending sales. One of the field I need to display is how many days left until the sale date ({cal.ondate}) So I need a formula that takes today's dat and then subtracts it from the sale date.
COMPANY SALEDATE TODAYSDATE LAPSED DAYS
ABC, Inc. 8/1/2004 7/21/2004 -12
I then also need to show the date if the sale still is pending after the sale date
COMPANY SALEDATE TODAYSDATE LAPSED DAYS
ABC, Inc. 8/1/2004 8/21/2004 20
Then I need to stick a conditional formula on the lapsed days if it passes the sales date to change color. So example "A" is black but example "B" is red
btw... I put the TODAYSDATE in as something for you to visualize what I am trying to do, I am actually hoping for Crystal to read from my system date at print time.
Thanks for all of the help!