Dropdown filter table column in a low-code app
5th February 2025
There are several ways to achieve this, and the best approach depends on your specific use case: Table Variable in a Dropdown Create a fixed table which contains the different …
Answer
5th February 2025
There are several ways to achieve this, and the best approach depends on your specific use case: Table Variable in a Dropdown Create a fixed table which contains the different …
4th February 2025
Hi Bernard – that is not user-definable. Out of curiosity, what is the use case or the reason why you would want to change this?
4th February 2025
Hi Marcos, Maybe an option for your use case is to use a query filter with the option filter assistance enabled? Hope it helps.
4th February 2025
Hi David, Could you test if adding the following to the beginning of your script helps you? engine.SetFlag(RunTimeFlags.NoKeyCaching); For efficiency reasons, DataMiner will cache the results of your first time …
4th February 2025
Hi Tim, There is no out-of-the-box way to visualize these metrics, but we could easily leverage GQI and LCA for this. Let me create something that does this. I’ll keep …
4th February 2025
Hi Rafael, The GQI Data source ‘Get parameter table by ID’ allows you to retrieve trend data: Hope it helps.
4th February 2025
Hi Timothy, I suspect that the connection is a smart-serial one and that you want to use it as a server. Therefore, you need to define the address you want …
4th February 2025
Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …
4th February 2025
Hi Sebastián, Hope this helps to create monitors/preset and to interpret the data coming out of GetMonitor/GetPreset: AddMonitor string[] monitorDetails = new string[] { “7”, // script ID “123”, // …
4th February 2025
Hi for CloudGateway this is not possible yet you can only specify a proxy IP (Connecting to dataminer.services via proxy server | DataMiner Docs). For STaaS you are able to …
4th February 2025
Would the alternative of using GetTableForParameterV2 be another alternative?
4th February 2025
Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs
4th February 2025
Hi Ross, There is a Kata session related to DCF where we used the Skyline Generic Provisioning connector to import/export DCF connections (using a CSV file). For example, your automation …
4th February 2025
Hi Miguel, As far as I know it is not possible to connect remotely to a DMA using the taskbar utility. However, you can use the Client Test Tool to …
3rd February 2025
Interesting question – can I ask why the hostname config would be needed just for one pair of DMAs? Is it an intermediate step or just a new DMA pair …