I've tried a couple different things and cannot see a way
to do this without scripting. What I have done for an overview is sort by
status(down at the top) and color code it(red for down and green for up - quite
original). I have more detailed reports as well but those are either
generated from the interchange file with PHP scripts or use the SA generated
HTML as includes for other PHP generated files. I'm sure you could use ASP
as well.
-Kevin
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Sunday, October 03, 2004 10:27 PM
To: [EMAIL PROTECTED]
Subject: Re: [SA-list] Some help with a template
With the afternoon, I've gotten myself a bit farther. Using the help file, I've take the sample in there and altered the code as shown below.
It does just about everything I want, except my current table uses <sa_report sort=Status,UP,DOWN>, which will show all the items on one list, with the items that are down at the top.
I'd actually like to have two lists, the top list using <sa_report sort=Status,DOWN> and the bottom list using <sa_report sort=Status,UP>, so I can display different properties.
Can this be done on one page, that is having two lists with different sa_report sorts?
PS Don't laugh at my code, HTML is not something I work with a lot.
