Post in TekTips
I'm pretty new to Crystal and Data reporting, so not sure where this question belongs (and please excuse lack of clarity or accurate terminology).
Using Crystal 8.5 and connecting to MS SQL 7 database via OLE DB
I'm trying to write a report extracting info from one table that has all of our estimates. Some of the estimates are updated versions of a "Master"; sort of a child of a parent thing. I need a report that shows 1)'stand-alone' estimates (ones with no Master) and 2)the latest version only of any estimates based on a Master.
Here is an example of the data I'm working with:
Est. Number Master
1240 1233
1241 1233
1962
2146
2277 2146
2278 2146
2279 2146
In this example, report should only show records for estimates 1241, 1962, 2279.
I am having difficulty with criteria 1 as I don't know how to distinguish stand-alone estimates with no Masters (like est#1962 in example) from estimates that themselves serve as Masters for another record(est. #2146 in example above; must be filtered out in my report). No other criteria in table distinguishes Versions from Masters. Please help me! Thanks! HNLboy
I'm pretty new to Crystal and Data reporting, so not sure where this question belongs (and please excuse lack of clarity or accurate terminology).
Using Crystal 8.5 and connecting to MS SQL 7 database via OLE DB
I'm trying to write a report extracting info from one table that has all of our estimates. Some of the estimates are updated versions of a "Master"; sort of a child of a parent thing. I need a report that shows 1)'stand-alone' estimates (ones with no Master) and 2)the latest version only of any estimates based on a Master.
Here is an example of the data I'm working with:
Est. Number Master
1240 1233
1241 1233
1962
2146
2277 2146
2278 2146
2279 2146
In this example, report should only show records for estimates 1241, 1962, 2279.
I am having difficulty with criteria 1 as I don't know how to distinguish stand-alone estimates with no Masters (like est#1962 in example) from estimates that themselves serve as Masters for another record(est. #2146 in example above; must be filtered out in my report). No other criteria in table distinguishes Versions from Masters. Please help me! Thanks! HNLboy