Is there a way to display a trend graph which gets the custom start and end time from feeds?
Let's take the example that I have a table with DOM instances with an element ID column, a start and end time column.
I could then click an entry which would then load the trend graph for that element/entry and using a start and end time.
Hi Jeroen,
The trend graph will try to fit all you datapoints, so if you use the start and end time feeds as a filter in your query for the data on your graph, your graph will have all data points that match your timespan.
Note that the timeframe of the graph will not exactly be the same as the feeds if you do not have datapoints on the edges of your time feed.
If your DOM instance has a start and end datetime field, you can use the selected row of that table as a feed for the query for your trend graph.
I tried the Time Range feed selection and this is indeed what I want to be able to do, but instead of this feed selection I want to take the 'from' and 'to' filter from a DOM instance.