We have an user that wants to have visio/dashboard for a DVE element which shows a map view with a trace of a vessel.
The table with that data (GPS coordinates) is a logger table and for some reason the table on the DVE element is empty, it has the correct FK, relation and so on. There is data when checking on the main element.
Is exporting logger table to a DVE not possible? how can I make the visio and dashboard work?
Answering my own question:
It is possible to export a logger table to a DVE element.
The problem is that with renaming 1 of my logger table columns the logic got broken.
Logger tables columns can't be renamed.
I am not sure if you can visualize a logger table in a DVE. If you would like to retrieve data from a logger table via GQI query, you could use 'Get parameter table by ID'. The element ID will be from the main element.
https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/GQI/Query_Data_Sources/Get_parameter_table_by_ID.html