Skip to main content
1-Visitor
October 30, 2019
Question

How to dynamic load thing?

  • October 30, 2019
  • 1 reply
  • 2938 views

Hello. every body.

 

I have a question.

 

I am doing mashup design.

 

First. Entry Picker widget.

Second. Button widget

Third. DynamicThings thing.

Fourth. Grid widget

Fifth. QueryPropertyHistory Action.

 

and then I want show Data from selected entry picker.

 

But I can't see result.

 

I want to see the results from dynamically things.

 

Could you help me.

 

 

1 reply

5-Regular Member
October 31, 2019

Get service results from Dynamic Thing, you should use ThingTemplate as data source, and Enable Dynamic selection.

jaiminLee1-VisitorAuthor
1-Visitor
November 1, 2019

Thank you.

 

But My problem is not solved.

 

I can mashup design (Thing+ grid+ querypropertyhistory).

 

But I can't make [Ting list (dynamic select from entry picker) + girid + querypropertyhistory)]

5-Regular Member
November 1, 2019

Then you need to customize a service, Thingname is the service input that receives the entity name.

 

// result: INFOTABLE dataShape: ""
var result = Things["Thingname"].QueryPropertyHistory({
oldestFirst: undefined /* BOOLEAN */,
maxItems: undefined /* NUMBER */,
endDate: undefined /* DATETIME */,
query: undefined /* QUERY */,
startDate: undefined /* DATETIME */
});