Replies Stacked
I have created a very simple guestbook and now my client wants people to be able to reply and have the replies stacked underneath it's parent message.
at the moment, my ASP loops thru the parent messages and displays them in order of submission. but now presumably I have to check each record for a child, write that out, then continue displaying the other parent messages underneath.
View Replies
Is there an easy way to create a horizontal stacked bar graph that pulls information from a database with ASP? I can create one with no problem using the same logic in an excel file, but I am having a horrible time trying to get it on a web page.
The report I need it for is a call schedule that assigns a color to each line name (4 names) and there are a total of 24 "available ports" that those four lines can use up, so basically I need a graph that has the times on one axis, and the number of ports taken up to 24 on the other, and the information of how many ports are taken up by those lines in a bar graph.
This has taken me over 10 hours already to try and solve, I have the report I am looking for in an excel file if it would help anyone get an idea of what I am looking for. It's attached to this message.
View Replies
View Related