Using Version 7 Crystal Reports and modifying the SQL in the report.
Table A with fields 1(key), 2, 3. Table A joins to Table B and to Table C. A.2 joins with B for a description decode and A.3 joins with Table C for a decode. There can be multiple decodes in history and obviously I want to return max row. HOWEVER, what happens when in one table there is no decode (null). I seem to lose the record entirely.
Table A with fields 1(key), 2, 3. Table A joins to Table B and to Table C. A.2 joins with B for a description decode and A.3 joins with Table C for a decode. There can be multiple decodes in history and obviously I want to return max row. HOWEVER, what happens when in one table there is no decode (null). I seem to lose the record entirely.