Hello again!
Hoping this is as simple as I assume it is- but I can't quite get it to work.
I have alarms configured and (seemingly) working, and they are logging to a MySQL database. In my report, I want a monthly count of how many times each alarm was triggered.
For instance, if I had 100 alarms configured, but only 15 of them occurred during the month of July, then it would show the 15 tagnames of the alarms that had occurred in one column, and the count of how many times they had occurred in the next column.
I'm seeing a huge list of options for the alarm_journal data source that I've created for my report, one of which is "Count", but it only returns N/A. Additionally, I see the itemName option, which seems to correctly identify the tagname. Finally, and this is the least important, once I have a count of how many times each alarm occurred- can I display how many -total- alarms occurred; meaning the sum of all the counts?
Thanks in advance for any help!