Line Chart with timestamp conversion

0
Hello, I would like to display values depending on the timestamp of a sql database, but the timestamp is not automatically converted to the current time. How can I do this?
asked
2 answers
0

Can you not add a Calculated attribute which formats the longint value (which i am hoping is in another attribute of the same entity)? then choose this calculated attribute in the charts?

answered
0

Okay but it somehow does not work with the datatypes, I choose this Microflow for the calculated attribute:

 

 

That is my entity in which i added the calculated attribute: (ts_dat)

-

and this is the microflow in which i am reading the data from the database into a list. In this list i want to change the attribute (column) ts from long to date and time!

answered