Interactive Script TextBox component containing rn

hi Mieke You’re correct that the newline characters can differ depending on where the interactive automation script is executed. When running in web, the textbox will use ‘\n’, while Cube …

Average Trend data fetching

Hi Alija, Calculating an average value for a parameter over a custom timespan at runtime will not be performant. For this type of use cases you could use DataAggregator. DataAggregator …

Visio Filter Box Not Filtering Correctly

It was a bit of a tricky regex to investigate, but this is what I landed on: [Sep::;]Input[property:Channel];;[regexreplace:(?i)(?<filter>[^;]*[var:InputFilter[property:Channel]][^;]*;?)|(?<alt>[^;]+;?),AmagiGB33;AmagiGB27;AmagiGB28,${filter}] I added another Amagi for testing and I don’t have the channel …

User-Defined API request timeout

I see that this question has been inactive for quite some time. Have you been able to resolve this based on the suggestions in the comments? If yes, could you …

GetParameterByPrimaryKey Wildcard

Hi Ryan, I don’t know if there’s a direct method for this. One possibility would be getting all keys with GetTablePrimaryKeys https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.ScriptDummy.GetTablePrimaryKeys.html and then try to find the substring you …