Trying to use integration toolkit expressions for the first time in a for fun project to sharpen up my skills after a bit of an absence.
I have a TimeSeries chart with a variable number of Series with data that will look like
Left hand are midnighted dated times, right hand side a column with a column name related to a stock. Right now I just want to try to get a single record by matching it to a datetime custom property. When double clicking on a TimeSeriesChart I put the X-Trace value into a custom property
Right now I am trying to grab the record from this table via
But I am getting nothing. Not sure why. What am I doing wrong?