IAS Dropdown – filter in UI
27th February 2024
FYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1
Answer
27th February 2024
FYI, I created a small example script to showcase this functionality: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DropDownFilter_1
27th February 2024
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.
27th February 2024
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 …
27th February 2024
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 …
27th February 2024
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 …
27th February 2024
Unfortunately not, I am in Administrators group on server. When I enter my Domain\Username in the login, the Password field disappears… so I would expect to be a user defined in …
27th February 2024
Do you know the local Administrator password of that server? Because you should always be able to log on via that .\Administrator account.
27th February 2024
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, };
27th February 2024
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 …
27th February 2024
I’d try this with a GQI custom operator. Via a GQI query you retrieve the table you want. You pass the column value of your DateTime, in your custom operator …
27th February 2024
Hi Tim, I’m not aware of a way to subscribe on a full row, but using DMS monitors (and subscriptions, see internal docs) it’s possible to subscribe on single cells: …
27th February 2024
Hi Yvan, You could use the DataMiner Object Model. Create a DOM definition and an instance. The instance can easily be updated from the same or a different low-code app. …
27th February 2024
Hi Jens With IDP we have such a scenario. We have the SetupWizard script that can either be run silently or with an interactive window. We achieve this by using …
27th February 2024
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. …
26th February 2024
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, …