Question about Reports - Live Outcomes / Save Rate % between two dates #1683
-
Hello! On the report for Live Outcomes / Save Rate % between two dates a drop down box comes down and you need to select a specific species. How can I edit this to show ALL species within the date range? Thanks! I'd like to get the total save rate percentage. `$VAR from DATE Enter from date$ SELECT t.LiveOutcomes, t.EscapedStolen, t.Died, t.Euthanised, FROM ( SELECT ) t` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry, I'm afraid there isn't an easy way to do that without completely rewriting the report as it's geared around a single species. |
Beta Was this translation helpful? Give feedback.
Sorry, I'm afraid there isn't an easy way to do that without completely rewriting the report as it's geared around a single species.