One of the reasons i miss oracle reports - it gives you the ability to arrange groups no matter how you want...
Since i cannot do that with crystal, i end up with subreports, and data in headings of groups, and a big mess of how i want to filter everything out. i do not have any reports that only have details at the lowest group level. most often, there are details at every group level. subreports are sooo slow, so i try to avoid using them at all costs... off the subject, sorry.
if i printed out my views (which is built upon several other views, which are built on several other views, etc.) they would take up several thousands of lines of code... all i have in my command statement is:
select pprojectnumber,
ppackage,
ppackageid,
pparentpackageid,
ppackagetype,
ppackagedescription,
pparentindicator,
pdiscipline,
substr(pRP1Title, 1, 24) pRP1Title,
pRP1Date,
pRP1DateID,
substr(pRP2Title, 1, 24) pRP2Title,
pRP2Date,
pRP2DateID,
substr(pRP3Title, 1, 24) pRP3Title,
pRP3Date,
pRP3DateID,
substr(pRP4Title, 1, 24) pRP4Title,
pRP4Date,
pRP4DateID,
cpackage,
cpackageid,
cparentpackageid,
cpackagetype,
cpackagedescription,
cparentindicator,
cdiscipline,
substr(cRP1Title, 1, 24) cRP1Title,
cRP1Date,
cRP1DateID,
RP1Days,
substr(cRP2Title, 1, 24) cRP2Title,
cRP2Date,
cRP2DateID,
substr(cRP3Title, 1, 24) cRP3Title,
cRP3Date,
cRP3DateID,
RP3Days,
substr(cRP4Title, 1, 24) cRP4Title,
cRP4Date,
cRP4DateID,
RP4Days,
RP2Days
from pkg_tree_rpt_posn_ms_vc
I wish it were a simple report
