Greetings! I have a report where the query is broken down into steps, several for each report. I have a set point that is generated for each step, and I would like to add a marker to the graph for the step, in this case we are monitoring temperature and the set point is temperature.
I can add the marker using a static number and I get a line and label like I want. I have so far not been able to parse the data from the query to dynamically add the value for the set point.
This is step 1, the set point happens to be 0.0 here and we don't watch set point for control, but the value on line 6836 shows the TempSP. I currently have float(data['TempSP']), but the chart script stops when I enter that line and I do not have a marker line on the chart. I've used different variations of the data, full query text, etc. and so far no value. I'm not sure what I'm doing wrong, but I'm sure it is simple when I see what it is supposed to be. This value shows up in the Key Browser:
Here is the script:
Thank you for any input.
Mark T.