Average Trend data fetching
23rd February 2026
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 …
Answer
23rd February 2026
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 …
23rd February 2026
Seems like after editing the textbox the \r\n is replaced by a single \n.
23rd February 2026
Hi Alberto, Thank you for your question! I recommend opening a consultancy ticket for this. As such, we can assess the situation on your specific system as opposed to a …
20th February 2026
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 …
20th February 2026
Hi Juan, By having just one condition, you can make sure you won’t get an alarm when the admin status is Down. Let me know if something is still unclear …
20th February 2026
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 …
20th February 2026
Hi Christoph, I suggest that you enter all possible discrete options as a min high alarm. Consider this example, I have a toggle button with two possible discrete values (off/on). …
19th February 2026
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 …
19th February 2026
Hi Daniel, How are you adding the PDF to the Web component; is it stored on the DMA itself or somewhere else? Loading a PDF of 2.5MB should work without …
19th February 2026
Hi Koen, I have a question regarding the intended behavior of DataMiner in this integration. Should DataMiner act purely as a syslog relay (simply forwarding the received messages) or do …
18th February 2026
Hi Robin, the latest 10.5 main release is CU11 which is 5 versions ahead of the current installer which indeed contains the CU6. We do not provide an installer for …
18th February 2026
Hi Koen, Depending on the use case (periodicity, capabilities of the third party to receive/consume information) one possibility could be the use of the Data Aggregator to consolidate logs from …
18th February 2026
Hi, The ‘Save as component theme’ button is only enabled for your own custom themes. Clicking it will add the current custom settings as a component theme to the dashboard …
18th February 2026
Hi Bing, The hyphen ‘-‘ is used as a separator between multiple conditions (which you don’t have). Still the evaluation is being made in the software and therefore your evaluated …
17th February 2026
Hi Maria, That’s indeed a known issue which should have been fixed on RN44202. (DataMiner web apps Feature Release 10.6.2 | DataMiner Docs) Could you check if this version solves …