Skip to main content
1-Visitor
September 15, 2022
Solved

Historical data displayed based on batch number

  • September 15, 2022
  • 1 reply
  • 1017 views

I am an inexperienced user of Thingworx. We have a pre-existing Mashup which can plot historical data selected using the Date time picker. I would like to change it so that the data is selected based on the Batch Number rather than the date and time (this is a number variable that is already in the data). I am not sure how to do this,

Best answer by Sathishkumar_C

keep the dropdown with list of batch numbers on mashup. Based on the selected batch number, try to filter the data with query services.

 

here some articles

1 reply

17-Peridot
September 16, 2022

keep the dropdown with list of batch numbers on mashup. Based on the selected batch number, try to filter the data with query services.

 

here some articles

StuartDM1-VisitorAuthor
1-Visitor
September 20, 2022

Thanks you I will have a look at that.