I’m trying to follow the “Generating shapes based on table rows” and using the ChildrenFilter with a column containing datetime values. The column contain values in the format yyyy-MM-dd HH:mm and work with the [subtract:…]-placeholder but doesn’t seem to work with ChildrenFilter. What’s the required format of the values so that it works with the TimeWindow-filter?
The value I’m using:
TimeWindow:TimeColumn=306,StartWindow=-36000,EndWindow=36000
Robin Becker [DevOps Advocate] Selected answer as best 2nd November 2022
If your column parameter is configured correctly as an actual DateTime, this should work out of the box. For more info on DateTime measurement types of parameters: https://docs.dataminer.services/develop/devguide/Connector/MeasurementTypeOptionsOverview.html#datetime
Robin Becker [DevOps Advocate] Selected answer as best 2nd November 2022