Datetime format for ChildrenFilter/TimeWindow?

If your column parameter is configured correctly as an actual DateTime, this should work out of the box. For more info on DateTime measurement types of parameters: https://docs.dataminer.services/develop/devguide/Connector/MeasurementTypeOptionsOverview.html#datetime

How do I add a VO into an existing VO?

Hi Mark, view names need to be unique in a DataMiner system, so it is not possible to create exact duplicates. However, elements and services can be included in multiple …

attachments for DOM instances

Hi Gerwin, Attachments are already fully supported for DOM. You can find a short explanation in the documentation here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DomHelper_class.html#attachments. If something would not be clear. Feel free to let …

Dashboard – Alarm list with information events

Hi Jeroen, Regarding displaying a sliding window, you could use the component ‘Alarm table’. In ‘Settings’ -> ‘Show’, there is an option for sliding window. However, I was not able …

Low Code App – GQI Table Not Updating

Due to the complexity of having a realtime updated GQI table, while remaining performant, it is currently not possible to achieve this yet. There are already plans to have this …

Low Code App – GQI Table Not Updating

Hi Jim – not sure if I fully comprehend the situation you have, but is it showing the updated information when you reload the dashboard?  Because if I read correctly, …

Connected Cube sessions shown in a dashboard

Others may weigh in on this, but I believe there’s not an off the shelf solution available for this.  Then again, there is always a solution, and I believe that …

Dataminer is taking longer than 30 minutes to start

Hi, Currently, DataMiner still needs the local configured DB to start up. It looks like your local DB is Cassandra. DataMiner cannot connect to it to retrieve the correct information …

Create a Scheduler Task from QAction

Hi, below an example of a task that is created using this method: var dms = new Dms(communication); var dma = dms.GetAgent(Settings.TestElementAgentId); var scheduler = dma.Scheduler; DateTime startDate = DateTime.Now.AddDays(5); …

HistoryMode for table parameters

Hi Yuki, At the moment the history mode is not supported for ParameterControl, it is only supported for Elementshapes, Parametershapes and Spectrumshapes. If you need it for ParameterControl as well, …