Page Buttons reverse ordering

Hi, Unfortunately this is not possible. Discreet values from top to bottom in XML appear as (page)buttons from right to left. This is because e.g. when there is only one …

assign vision to protocol

If you already uploaded the protocol but have not yet created any elements with it, you can go to the Protocols & Templates app, find your protocol there in the …

Dataminer : Trend prediction

What a great quest Wale, since you probably developed the driver yourself, maybe you can you can do ‘the prediction requests Cube does’ in your connector and saving the results …

String Array in a connector

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 …

Dataminer : Trend prediction

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. …

Exporting carrier trace recording

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 …

Exclude documentation sections from search

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 …

Issues Adding row=true in table

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; …

Issues Adding row=true in table

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, …

LowCode table update data

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 …