Hello, has anyone managed to obtain the eventValue of the alarms from a query to the AlarmJournal using scripting? I have seen several conversations about it but I have not found a solution that really works for me.
In the documentation, there is a function getProperties() that returns among its elements the property eventValue, but when this property is searched using the get(String propertyName) function, it always returns None.
On the other hand, I noticed that in the Report Module query, these values do appear, but it was impossible for me to iterate through them. The only way to see them is by placing them directly in a Report Table, and that does not solve my problem.
I would appreciate any kind of information you could offer me. Thanks in advance.