Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello, community,
I want to bind data to my line chart to display time series data. For this, I wrote a custom service on a helper thing. This service takes in as input a thing name and then outputs the "QueryNamedPropertyHistory" service. I made use of a value stream. However, can this also be achieved using data tables? Or will I face some performance issues?
Or should I rather make use of a data table for this? Although there might be some performance issues?
Thanks
Jay_Nisa
Solved! Go to Solution.
Definitely performance issue will be there with DataTable. For timeseries data, you can go with external DB or Influx DB with valuestream.
Definitely performance issue will be there with DataTable. For timeseries data, you can go with external DB or Influx DB with valuestream.