Skip to main content
13-Aquamarine
March 12, 2024
Question

how to use date time widget to show data on mashup.

  • March 12, 2024
  • 1 reply
  • 1015 views

Hi,

 

I have a mashup which has a led widget, and gauge widget and date and time widget  also have a thing  A which has a two properties -temp and humidity. I m storing this properties value in database in value stream table.

So now I want to show previous properties data on my mashup widgets led-temp, gauge-humidity by using date time widget. like when I select specified date and time in mashup  then that specified time date entry value want to show on widgets.

how can we do this?

 

Thanks

1 reply

16-Pearl
March 12, 2024

Hi @Pratik_Aswale  

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.

13-Aquamarine
March 13, 2024

Hi @Surya_Tiwari 

 

I do the same .

In mashup I m trying by using date time selector widget to show data in another widget of property but its not working.