G
Guest
To all,
Not sure on how to approach this but what would be the best practice in
showing status of a query that does an aggregation or count of some sort. if
I were to have a sql statement that does select count(c1) from t1 how would I
be able to show a green, yellow or red light type object that uses my query
to determine a threshold. For example, if my count query went up to 85 then
show red, between 75 to 85 show yellow, between 65 to 75 show green on an
object that would be displayed in a VB.NET web form.
Thanks for any advice,
Michael
Not sure on how to approach this but what would be the best practice in
showing status of a query that does an aggregation or count of some sort. if
I were to have a sql statement that does select count(c1) from t1 how would I
be able to show a green, yellow or red light type object that uses my query
to determine a threshold. For example, if my count query went up to 85 then
show red, between 75 to 85 show yellow, between 65 to 75 show green on an
object that would be displayed in a VB.NET web form.
Thanks for any advice,
Michael