|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by rrtraverse in Crystal Reports Software
I am using the following statement in the Report -->Selection Formulas -->Record section of Crystal to pull only the MAX Date records from 'TableA' of my report.
(
SELECT
MAX("TableA"."dtXXDate")
FROM
"TableA"
WHERE
"TableA"."CustID" = "TableB"."CustID"
)
The above statement is causing the report to return records only where there is an equal match between the two tables even though in the Database --> Database Expert --> Links section I have the two tables linked as:
Join Type: Inner Join, Enforce Join: Not Enforced, Link Type Equal
How do I correct so that I get all my records from Table B, and MAX Date records from Table A that match Table B records?
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625