You can use the combined report for that.
In combined reports, list is sorted with device first and then its time.
But I like to see events of all object/group object sorted with time only with their corresponding object number and event name.
For example:
Device-xyz 18-10-2023 15:00 Power cut
Device-abc 18-10-2023 14:58 Power cut
Device-123 18-10-2023 14:57 Ignition
Device-xyz 18-10-2023 14:52 Ignition
Device-abc 18-10-2023 14:50 Braking
Please help me to extract such type of report.
There's no such option. You should probably just extract that information manually from the database. Or write a script using the API.
In event section (
http://localhost:8082/reports/event
), i can see the events of single device at a time.How can i see events of all devices or a group of devices together sort by time?