Is there a way to create a formula field using multiple records in the formula. I have tried everything but can not manipulate the data the way that I need to. Here is my situation. I have three records, all with the same project # but with different versions (0, 15, 99). I want to create a formula using the finish date field of each version.
Project Version Finish Date
x 0 1/1/00
x 15 2/1/00
x 99 3/1/00
I want to create a formula field that gives me the difference between project version Finish dates:
Diff between 0 and 99 = 1/1/00 - 3/1/00
Diff between 15 and 99 = 2/1/00 - 3/1/00
I can do this by pulling the data into Excel and then pivoting the data so that I have a project with each versions date
Project 0 15 99
X 1/1/00 2/1/00 3/1/00
y 9/1/00 3/1/00 4/1/00
z 10/1/00 11/1/00 2/1/00
and then pulling the pivot into Access so that I can get to the pivot from crystal, but this is VERY messy and will create a nightmare in keeping the data up to date. I really want to pull the data in from the database directly using an SQL Statement and then create the formula fields above.
Thanks in advance for any help you can give me.
Tim Cason
651-582-5047
Project Version Finish Date
x 0 1/1/00
x 15 2/1/00
x 99 3/1/00
I want to create a formula field that gives me the difference between project version Finish dates:
Diff between 0 and 99 = 1/1/00 - 3/1/00
Diff between 15 and 99 = 2/1/00 - 3/1/00
I can do this by pulling the data into Excel and then pivoting the data so that I have a project with each versions date
Project 0 15 99
X 1/1/00 2/1/00 3/1/00
y 9/1/00 3/1/00 4/1/00
z 10/1/00 11/1/00 2/1/00
and then pulling the pivot into Access so that I can get to the pivot from crystal, but this is VERY messy and will create a nightmare in keeping the data up to date. I really want to pull the data in from the database directly using an SQL Statement and then create the formula fields above.
Thanks in advance for any help you can give me.
Tim Cason
651-582-5047