IAS Dropdown – filter in UI

FYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1

DIS installation failed

Hi Simon Could you make sure you are on the latest version of Visual Studio 2022 (17.9.1)? More information about the prerequisites can be found here.

RTE: Thread Problem in SLProtocol.exe

Hi Alberto, I am facing a similar issue for one of my customers. In my case, I found out the issue to be a driver problem. The way I found …

Buffering a Serial gzip Response

Hi Chian, It could be that the (string) data is being truncated because of 0x00 bytes in the received data. To solve this you could try to read the raw …

Tree Control: relation ingore second or third table

Hi Francisco, An advanced hierarchy with multiple child tables for the same parent table, requires a condition that specifies from which table the children should be taken. Is there a …

IAS Dropdown – filter in UI

Hey Thijs There’s a property that can be set when initializing an Dropdown widget to enable filtering the dropdown: DropDown MyDropdown = new DropDown() { IsDisplayFilterShown = true, };

setting up DMS with StaaS

Hi Tim, If neither of the agents are using STaaS as their database, it will probably be the easiest to first cluster them and then connect the cluster to STaaS …

Persistant Column Filter for Dashboard

Hello Robert, I am also seeing the same behavior when applying filtering to a parameter table component. A solution to this issue is to recreate the same table using GQI. …

remove node from elastic search cluster

Hi Tim, Documentation on the process for removing an Elasticsearch node from a cluster while retaining data can be found here: Removing an Elasticsearch cluster node | DataMiner Docs Regards, …