LCA – do queries execute even though it’s not used by a component?
9th October 2025
Hi Stefan, No, queries are only executed when they are used in a component. Unused queries aren’t executed at all. They do however increase the size of your LCA in …
Answer
9th October 2025
Hi Stefan, No, queries are only executed when they are used in a component. Unused queries aren’t executed at all. They do however increase the size of your LCA in …
9th October 2025
Hi there, Please have a look at following related post: How is engine.ExitSuccess(“reason”) handled? – DataMiner Dojo In a normal flow, You are not expected to call the ExitSuccess() method. …
9th October 2025
Hi Henri, The following SLNet call can be used to execute the logic from the “Parameter Names” option mentioned in the other answer. Refer to the Docs for more info …
9th October 2025
Hi Aldrick, Did you try creating a new element? Changing the port type of an existing element can have undesired side effects. Did you confirm via a tool like Wireshark …
9th October 2025
Hi Bing, From the documentation in Index types | DataMiner Docs, the indices of type [prefix]-suggest- contain data for enhanced search suggestions and can usually be omitted without affecting other …
9th October 2025
Hi Sebastian, To make columns wider, you can edit their template and change the width of the template itself. For this, you will need to have no layer selected, which …
8th October 2025
Hi Jeeva, I performed a small test and it should work. For example, I would like to display the following views in two groups: MX1 MX2 MX3 MX21 MX22 MX23 …
8th October 2025
I added a different Spectrum test element and the HTML5 display worked as desired. Issue seems to be tied to the older test spectrum element.
8th October 2025
Hello Jeeva, If filtering on the name doesn’t work out, you could consider filtering them based on a view Property. You can use a custom property on the view (e.g. …
8th October 2025
Hi Henri, We added the property “ScriptName” to Engine, so from Dataminer version 10.5.12 (releasing soon) onwards you will be able to directly read out the name of the script …
8th October 2025
Hi, If you want to retrieve the user list and their group membership, as well as their email addresses, you can look into this other question How to get the …
8th October 2025
Hi Jens, You can use the following GQI in a Low Code App. SkylineCommunications/SLC-GQIDS-DOM-History: Contains a GQI Data Source that fetches the DOM History of a DOM Instance. Kévin
8th October 2025
Hi Ryan, I believe you are referring to Extended conditional shape manipulation actions Hope it helps.
8th October 2025
Quick update. Seems to have worked for me but it appears all the Statistics parameters have gone into alarm for that single device even though its just a PS Status …
8th October 2025
Hi David, it should work, if you defined a relation for it: Alarm bubble-Up | DataMiner Docs Eventually you need to disassign/assign the alarm template (or enable/disable the specific alarm …