Skip to main content
1-Visitor
October 17, 2019
Solved

How to use date time picker to show data in a table

  • October 17, 2019
  • 1 reply
  • 938 views

Hi there,

 

I have created dashboard with some informations.

 

I get these information of my PLC through of Industrial Connectivity.

 

I want to salve these information once a hour to show in a table using the date time picker to insert a range.

 

To it I have two question:

 

Is possible salve my information into ThingWorx Foundation?

 

How do I  use the date time picker to insert range and show the data in a table? 

 

Regards,

Leonardo

Best answer by PaiChung

You can store using ValueStreams (set property to logging is true)

and it uses QueryPropertyHistory services to retrieve the data.

You can use a DataFilter widget or a Time Selector widget in conjunction with that.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 21, 2019

You can store using ValueStreams (set property to logging is true)

and it uses QueryPropertyHistory services to retrieve the data.

You can use a DataFilter widget or a Time Selector widget in conjunction with that.