how to use date time widget to show data on mashup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how to use date time widget to show data on mashup.
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
- Labels:
-
Coding
-
Mashup-Widget
- Tags:
- widgets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
