Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
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.
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.