Group Alarm Acknowledge
4th May 2025
Hi Ramesh, As far as I know, as mentioned in Take ownership of a correlated alarm – DataMiner Dojo, acknowledging a new correlated alarm will not acknowledge the base alarms. …
Answer
4th May 2025
Hi Ramesh, As far as I know, as mentioned in Take ownership of a correlated alarm – DataMiner Dojo, acknowledging a new correlated alarm will not acknowledge the base alarms. …
2nd May 2025
Hi Davor, Seems like this question went a bit under the radar. Have you managed to move forward with your low-code app? From what you’re describing, and if you are …
2nd May 2025
Hi Niranjan You can create element using the class library: Class library introduction | DataMiner Docs There are some examples in documentation how you can do that: Element creation | …
2nd May 2025
Hi, The write parameter has setter=”true” defined. In such case it will set the value on the read parameter 18009, but if there is then a trigger on the write …
2nd May 2025
Hi Niranjan, You can achieve that using the following option in your dropdown: new DropDown { IsDisplayFilterShown = true, Width = 200 }; More info: Property IsDisplayFilterShown | DataMiner Docs
2nd May 2025
Hi Apurva, You can achieve this by adding query column data as a filter to the table. Only the columns that are present as a filter will be shown. Note …
2nd May 2025
Depending on the browser you might be able to have something like containers for tabs (works in firefox) where basically all container tabs are different private browsers
2nd May 2025
Hi Gerwin, There is currently no way to control the path in a flow or when executing actions. We have some tasks on our backlog to add more operators to …
2nd May 2025
Hi Kristopher, GQI (using SLHelper) internally caches protocols to increase performance when executing these queries. It looks like the top table uses an outdated version of the protocol that is …
2nd May 2025
If you don’t use the GQI DxM yet (supported since 10.5.5), you must have the required DLLs available in c:\skyline dataminer\files\ folder.
2nd May 2025
Hi Zain, This is a new and more detailed error page as of RN42533. In the past this error would have resulted in a page displaying raw HTML. The 302 …
2nd May 2025
Hi Apurva, Starting from DataMiner 10.4.0[CU11]/10.5.2 onwards, you can use the DMAIP data in Dashboards & Low Code Apps. It is accessible from the URL data section and via interpolation …
1st May 2025
Hi Dan, If its just an HTTP GEt fire and forget API call that doesn’t require authentication from the LCA: add an action with open url However if the API …
1st May 2025
Hi Catarina, On the FO pair, you can check the syncinfo file name ending with 400A.xml and look for something like the below but for the Webpages\Public folder: <Change type=”add” …
30th April 2025
Hi Ryan, You can disable the write of a column base on the value of another column. options attribute | DataMiner Docs Let me know if this helps.