Hello everyone,
we have events that are scheduled with an xml file uploaded to the Dataminer. In order to visually distinguish between current and future events we would like to colour code accordingly.
Is there a way to set the conditions on the alarm templates in that way?
I was thinking about two similar "Parameter Names" and each one would have a condition. First to only colour current events and the other one to only colour future events.
Ideas and thoughts are much appreciated.
Thanks everyone!
Kind regards,
Chris
Hi Chris,
In the alarm template it's only possible to define alarm monitoring, but I found following in the code reference. It's not the background color, but the text color that can be changed in the code itself. It's the closest I could find to what you're looking for.
https://docs.dataminer.services/develop/devguide/Connector/UIComponentsTableSettingRowTextColor.html
Hi Jeroen, I think the issue is, that the code can also not reference to the current time, right? For example: table of events, some in the future some in the past, table should show future events in green past in grey, we hope there is any way the alarms can be compared to current time…
Hi Johannes, can it be that your use case is more extensive than a single driver?
It might be worth explaining the use case in more detail?
We have solutions like Event and Job Management, or part of that solution, which might be a fit for what you want.
https://community.dataminer.services/event-job-management-dataminer-covers-your-complete-media-service-supply-chain/?hilite=event+management
That might be the case… so there is no reference to current time in alarm monitoring, I think this is the underlying question…
if you want to alarm on time difference it’ll need to be calculated in the connector.
with ‘colour’, do you mean alarming or just give them a nice colour?