Hi,
I created a table which recover traffic data Uplink / Downlink with a timestamp. Is there a way to put those data in a graph with the timestamp in abscis and the traffic values in Y axes? The table looks like that:
Index [IDX],Time Stamp,Traffic Download (kbps),Traffic Upload (kbps)
1,167694480000,47.615,47.688
2,167694510000,36.680,33.714
3,167694540000,60.289,56.053
4,167694570000,46.562,46.864
5,167694600000,52.484,48.477
And also, the timestamp is in Linux ms format. Is there a way to display it in "dd-mm-yyyy hh:mm:ss" ?
Thank you,
In case it's only about presenting the data: In a DataMiner dashboard or Low code app, you can present any data you can access through Queries in a line/pie/donut chart. (Dashboards or low code apps can be embedded in Visio files in case you want to have them embedded in Cube).
So it's just a matter of creating the correct query in your app/dashboard. You can easily get to your parameter table I assume and then you have to split the data in different columns via column manipulation operators.