Hi Dojo,
I would like to create a dashboard or a low-code app that allows me to view specific parameters of a table from a certain time. All the columns of the table will be trended in DataMiner.
Therefore, when I choose a particular date and time, I should be able to see the table parameters for that specific time.
Do you have any examples similar to this?
Jeeva Suria Rajah [SLC] [DevOps Enabler] Selected answer as best 8th May 2023
Hi,
You can easily create such a dashboard with 3 component:
- First you start with a table component. This table should have a query that retrieves the desired table parameters. You can do this with the 'Get parameter table by id' source of a query.
- The second component you will need is a time range component to select the timespan of interest.
- The last component is a line & area chart to display the trend data of the selected parameters for the selected timespan. To achieve this, the timespan feed of the time range component and the parameters feed of the table component should be linked to the line chart.
Here is the entire process:
Jeeva Suria Rajah [SLC] [DevOps Enabler] Selected answer as best 8th May 2023