How can I do group/break reports from a database with ASP/HTML.
I'm trying to move from crystal reports to pure ASP/HTML reports from a database. I can reproduce all of our simple reports in tables like:
Name address number
bubba 123 4
smith 234 6
but how can I reproduce a group/break report like:
Name
bubba
phonetype number
cell 666
home 777
work 888
bubbette
phonetype number
work 123
pager 444
Total Employees: 2
Our reporting needs are very basic and it's not cost effective any more to depend on high end products like Crystal Reports. We are really intent on getting away from products like Crystal Reports etc. and depending only on ASP/JSP and HTML.
thanks for any suggestions
I'm trying to move from crystal reports to pure ASP/HTML reports from a database. I can reproduce all of our simple reports in tables like:
Name address number
bubba 123 4
smith 234 6
but how can I reproduce a group/break report like:
Name
bubba
phonetype number
cell 666
home 777
work 888
bubbette
phonetype number
work 123
pager 444
Total Employees: 2
Our reporting needs are very basic and it's not cost effective any more to depend on high end products like Crystal Reports. We are really intent on getting away from products like Crystal Reports etc. and depending only on ASP/JSP and HTML.
thanks for any suggestions