Can't leave well enough alone... updated graph widget...
Here is some code to update the previous widget to show data in a green/yellow/red bar graph like an audio meter: The code is here: CREATE OR REPLACE FUNCTION GetGraph (p_value IN NUMBER, p_total IN NUMBER DEFAULT 100) RETURN VARCHAR2 IS -- David Mann --…
