In my Rapid SCADA project I need to create a report that shows, at the end of each month, how many values were read for each channel from 101 to 112, except 105.
Each channel’s total count should be shown separately in the report (not combined).
What is the recommended way to configure this in Rapid SCADA? Should I use a database query, a custom report, or some built-in report generator option?