QAction set parameter not working
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 …
Answer
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.
30th April 2025
Is there a specific reason you want to achieve this? On DataMiner startup, the next alarm ID to use for that agent is determined by looking at the highest alarm …
30th April 2025
Hi Eric, If you would need the IP address of a specific DMA in a cluster, you can use the ‘GetDataMinerByIDMessage’ SLNet message as follows: var agentId = 123; var …
30th April 2025
Hi Daniela, You should be able to configure this as follows: Alarm Filter: Element X Critical OR Element Y Critical Alarm Condition Filter Condition – Element X Critical AND Filter …