I'm trying to create a report and graph with the following:
For each day I capture the max speed a driver drives. On the report, I group by driver and day. For each day I want to display the number of times a driver exceeded a speed range. I have 5 ranges. 50-60 mph, 60-70 mph, etc.
So for...
I too am having this same problem. Did you ever figure this out. The problem is this. I have a header that displays summary information that can be drilled down. When I drill down, header line I clicked on is displayed at the top of the drill down page. The only saving grace is that if I do...
I am upgrading from VB 6 to VB .NET. In VB 6 I could execute the following code to delete a table from the crystal report programatically:
ReportDB = LocalReport.Database
DBTables = ReportDB.Tables
DBTables.Delete(1)
In upgrading, there is now the CrystalDecisions object that within the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.