LCA – Overlapping icons in timeline
11th June 2025
Hi Michiel, Unfortunately, at this moment, there’s no way to control this behavior. However, I do believe that in the future, we’ll introduce functionality that offers more control over it. …
Answer
11th June 2025
Hi Michiel, Unfortunately, at this moment, there’s no way to control this behavior. However, I do believe that in the future, we’ll introduce functionality that offers more control over it. …
11th June 2025
Hi Curtis, The use case that you describe is a common one. For example, on HFC deployments, we normally display in a map the geographical location of cable modems. It …
11th June 2025
Hi Alexandre, These input fields are indeed static, they cannot be linked to dynamic values. There are some ways to achieve this result. The easiest to setup is to create …
11th June 2025
Hi Alberto, On the troubleshooting page of the Microsoft Platform driver, there is a topic on missing parameters, can you check of the steps indicated in that resolution section are …
10th June 2025
Hi Apurva, Unfortunately, the name of an Automation script is also the ID of the script. If you change the name, all references to the script (e.g. in a LCA) …
10th June 2025
You can try using correlation rule and decide the filter criteria and trigger an automation script that will update your protocol table
10th June 2025
Hi Srimathi, I believe the easiest option to add custom functionality to an alarm in the alarm console is to use the Hyperlinks.xml file. https://docs.dataminer.services/user-guide/Basic_Functionality/Alarms/Advanced_alarm_functionality/Adding_a_custom_command_to_the_Alarm_Console_shortcut_menu.html This feature allows to add …
10th June 2025
Hi Srimath, In context of retrieving values in an alarm from an Automation script in Correlation engine, you can use the field ID and not alarmID (does not exist). More …
10th June 2025
Hi SK, When you use a ‘DomInstanceFieldDescriptor’, the ID of the linked DOM instance (organization in your case) is stored on the new DOM instance. GQI will simply retrieve this …
10th June 2025
Hi Curtis, This is indeed a flaw of the current way the markers on the maps component are represented. To work around this issue you could adapt the data source …
10th June 2025
Hi SK, The DOM logic that manages and verifies all DOM interaction will block of changing the DOM model if that means that at least one DOM instance could lose …
10th June 2025
Not really clear for me what you are trying to achieve. If you want to link DOM definitions together you can indeed link them by adding a field in your …
10th June 2025
Hi Jose, I cannot immediately find a reason for the login only working the second time. I’d recommend checking if it is the login itself that actually fails, or if …
10th June 2025
Hi Jose, Your login button (PID 138) has two triggers: one to send the HTTP request to the device, and one that triggers a QAction. The QAction is probably to …
10th June 2025
Hi Jose, Since ‘Token’ is not a standard HTTP request header, DIS gives you a warning as this is often the result of a mistake. Typically the ‘Authorization’ header is …