

Cadet 1st Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-05-30
19:37
382 views
How do we MAKE ESM include all of the event totals in a report and include zero sum totals?
3 Replies


Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-05-30
22:00
There should be built in dashboards and /or data monitors in the Adminstration Section. Look for the one for the event count. That should expose you the filter that is used in the Dashboard. Take that filter query as template for what you need to do and write a query and call it from a Report.
Thanks


Cadet 1st Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-05-31
14:43
thanks for the effort... I can pound around in the interface and look for dashboards with queries and related all day, already did that. If you have an EXAMPLE, it would help.


Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-06-01
11:33
The easiest way is to make a variable, initialise it to "0" and make sure your report is designed to display that variable. You'll add anything you find in your Count from your report to that variable.