Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mplreport:using_historical_data [2023/06/21 05:16]
optrix
mplreport:using_historical_data [2025/04/24 05:20] (current)
optrix
Line 13: Line 13:
  
    thedata = report.FetchHistory("'Temperature' PROPERTYEX ALLPOINTS")    thedata = report.FetchHistory("'Temperature' PROPERTYEX ALLPOINTS")
 +
 +   if report.FetchFailure():
 +      report.Failed("\n".join(report.errors))
  
    report.Save()    report.Save()