Scripted connectors – multiple foreign keys

Hi Leander, Can you clarify what you mean by multiple FKs in a single table? Is it having a “Main” table and then a “Secondary” and “Tertiary” table each pointing …

Creating an alarm in a QAction

Hi Maximiliano I’ve moved the code from the SLProtocolScripts DLL into a NuGet that can act as a replacement. SLProtocolScripts DLL is quite old and currently to be able to …

Creating an alarm in a QAction

Hi Tom, I added the library “SLProtocolScripts.dll” reference in the QAction, but the “using Skyline.DataMiner.ProtocolScripts” directive gives an error.

ChildrenFilter – Filter by column = x

Hi James, Since you need to work with wildcards, I believe that the best approach is using the shape data SubscriptionFilter . This shape data is defined at group-level shape …

Creating an alarm in a QAction

Hi Maximiliano, Would like to understand the use case for this approach a bit better. Could you maybe quickly describe why you want to create an alarm that way in …

Audible alerts from inactive cube sides

Hi, If you use audible alarm per alarm tab in your alarm console, you will have the alert even if you are on a different Cube Side (where the tab …

How to display raw XML string in LCA component

Based on the answers above I used this custom GQI operator to encode the column in my table (or a duplicated column). It uses HtmlEncode from System.Web Note: make sure …

Can I make tiles on grid scrollable?

Using the web component with following HTML input did the trick: <div style=”height:100%; overflow-y: scroll;font-family: Segoe UI;white-space: pre-wrap;”><p>{FEED.”Current view”.”Table 5″.”Selected rows”.”Query rows”.”XML input to API”}</p></div> Thanks!