List of Information Events
24th October 2022
This is a good one, Srikanth – not aware a full list, subscribing to get more insights from the community, but I believe it’s possible to refer to the different …
Answer
24th October 2022
This is a good one, Srikanth – not aware a full list, subscribing to get more insights from the community, but I believe it’s possible to refer to the different …
24th October 2022
Hi Toon, thanks for your quick response. It’s working! I’m wondering because both solutions have worked on a different DMA. Now I have removed all shape data except “Property”.
24th October 2022
The setup you have will display an element/service name. If the value of property “Filter_Element_Tx” of the card the visio is on links to an existing element, then the name …
24th October 2022
Hi Nuril, Is it possible that your element is configured as read-only?
22nd October 2022
This should be possible (and the default behavior) from 10.2.10 onwards. It might be the case that the feature is not working correctly because of an issue with the page …
21st October 2022
Hi Robin, I just verified: the Lookup method uses the Notify GetKeysForIndex. This notify requires the lookup-column to be indexed (e.g. via ;indexColumn option) so the search can happen. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.SLProtocol.GetKeysForIndex.html …
21st October 2022
Hi Robin, The purpose of the Lookup is to search 1 or multiple values in a specific column and return the primary keys of all the rows where those values …
21st October 2022
Hi Michiel, Not a direct answer to your question, but did you have a look already at the alarm squashing feature? This feature allows you to group consecutive alarm events …
21st October 2022
You can achieve this with the following code (it’s an automation script but it should also work from a QAction). var licenseInfo = engine.SendSLNetSingleResponseMessage(new GetInfoMessage(InfoType.Licenses)) as GetLicensesResponseMessage; engine.GenerateInformation(“Max Element License …
21st October 2022
Hi Robin Thanks for sharing some extra details about you’re use case offline. Since the profile instance would need to be applied to multiple IRDs you have, it’s indeed not …
21st October 2022
Hi Robin IDmsTable is part of the Class Library. This is a generated QAction (63000) that is generated by DIS. DIS only works on Visual Studio. To resolve this issue, …
20th October 2022
Hi Daniel, Can you try by removing the Control=Button option.
20th October 2022
If the data that needs to be distributed over teams is or can be restructured as tabular data where each team is responsible for certain rows of the table, it …
20th October 2022
Just thinking out loud here, and there might be other options that people will bring to the table: you could replicate your element to create a copy, and assign each …
20th October 2022
Hi Mieke, This can be done by using the premium HTTP component. As far as I know there is no free alternative.