
Hi all! Maybe I'm in just a bad mood today, but it has occurred to me that I don't know why I'm even bothering with a custom mickaboo tab, when people aren't even entering in the most basic data into ASM as it stands. Check out below; 899/1919 animal records don't even have an "original owner" entry set to show who they were brought in by. The "BroughtInBy" number is 866/899. So, with 46% of our records not even being complete at a basic level, is it time to spend effort improving the tool, or trying to get people to use it in the first place? mysql> SELECT COUNT(*) FROM animal WHERE OriginalOwnerID ="0" AND SpeciesID != "99"; +----------+ | COUNT(*) | +----------+ | 899 | +----------+ 1 row in set (0.02 sec) mysql> SELECT COUNT(*) FROM animal WHERE SpeciesID != "99"; +----------+ | COUNT(*) | +----------+ | 1919 | +----------+ 1 row in set (0.00 sec)