Hi Dojo
I would like to display a small trend graph in View.
Is there any way to hide the date range buttons?
Also, this parameter starts at 0 and only accumulates.
So no negative value is needed, but can I omit it and make 0 the starting point of the graph?
min=0 did not work.
Hello Yuki,
My understating is below, Dojo Community please correct me if I'm wrong here.
From DataMiner 10.3.3/10.4.0 onwards, the Show average, Show minimum, and Show maximum settings are also taken into account when you export a chart to CSV. In addition, if the Show min/max shading option is enabled, minimum and maximum values will always be taken into account in the export. I think you have to write c# code while ingesting data in to graph. you need to set value 0 if it's negative value.
Regarding Date Filter, I think you can create a dashboard and add trend graph for your element & parameter. Please follow the steps mentioned below.
To add a component to a dashboard to show a basic trend graph with several DMA KPIs:
- In edit mode, drag the Line & area chart visualization to the dashboard.
- Click the icon to filter the available data in the data pane.
- Expand the Parameters section in the data pane and specify the element representing the DMA in the Element box.
- Select a parameter you want to display in the graph, and drag it to the graph. Repeat this for each parameter that should be displayed in the graph.TIP
Select the Trended checkbox at the top of the Parameters section to only view parameters for which trending is enabled. Depending on your DataMiner version, you may need to select the filter icon first.
Parameters section with filter in DataMiner 10.3.11 - In the Settings tab, in the Group by box, select Element. This way all KPIs will be shown in the same graph.
https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/Charts/Line_and_area_chart.html
Note that you can embed dashboards in the Visual Overview using https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/Dashboards_app/Creating_and_configuring_dashboards/Embedding_a_dashboard_component_in_a_webpage_or_Visio_drawing.html?q=embeddashboard
Yes, I too know that using the dashboard is the solution to the problem.
But I also know that access using a web browser does not allow all Dataminer operations.
Assume an actual monitoring operation.
Operators do not switch between Cube and browser every times.
They will not open a browser just to monitor the accumulation in a graph.
I hope that the dashboard graphs will also be available in Cube.