String Array in a connector
30th May 2025
Hi Ryan, It looks like you’re working with a JSON response. Are you using a JSON parser/serializer like Newtonsoft.Json to handle the deserialization? Here’s a simple example using Newtonsoft.Json within …
Answer
30th May 2025
Hi Ryan, It looks like you’re working with a JSON response. Are you using a JSON parser/serializer like Newtonsoft.Json to handle the deserialization? Here’s a simple example using Newtonsoft.Json within …
30th May 2025
Hi Wale – no that is currently not possible, i.e. while we show the forecasted data, we do not retain it to then be able to see the delta (e.g. …
30th May 2025
Hi Jose, In case the url where your document is stored is already accessible from your client machines (so if you navigate to it directly in your browser), you can …
30th May 2025
Hi Jorge, As far as I know, currently this is not possible. Files generated by the spectrum recoding have .dat extension. I believe a new feature will be required to …
30th May 2025
Hi Laurens, I’m experiencing the same search challenges with the docs. I’ve submitted a feature suggestion to improve the overall user experience. Could you please vote for it to help …
30th May 2025
Hi Felix, As of now there is no way to enforce this by default. In the future these inputs will become the default. Kind regards, Robin
30th May 2025
Hi Joshua, Here is QAction, this populate my table : using System; using System.Collections.Generic; using System.Net; using Newtonsoft.Json; using Skyline.DataMiner.Scripting; public class TimeoutWebClient : WebClient { publicint Timeout { get; …
30th May 2025
Hi Jose, Here is our documentation for row=”true” attribute row attribute | DataMiner Docs. Based on your message, it seems you’re using a timer to populate or update a table, …
30th May 2025
Hi Davor, This sounds like a good use case to use query updates, a mechanism that allows data in a query to update in (near) real-time. Note that the update …
30th May 2025
Hi Edson, This is possible using the Web component, it works in a very similar way as it does in Visio.
30th May 2025
It looks like this question has already been answered in the comments. If this is indeed the case, could you select this answer to indicate that the question can be …
30th May 2025
Hi André, There is no feature similar to this currently available in Low Code Apps. You can create a feature suggestion for us to add something like it. As a …
30th May 2025
If you install DataMiner with the v10.4 installer (available here on Dojo) and follow the standard installation procedure for a self-managed DataMiner Agent, this will deploy DataMiner Community edition.
29th May 2025
Hi Chris, I am not sure if it is possible to move files directly between folders in the Documents module. A possible workaround would be to first save the files …
29th May 2025
Hi Mohan – based on the use case you describe, rather than masking those alarms, would it not be better to not generate those alarms in the first place? The …