Tree grid advanced widget
Hi,
I want to pull data from database and show on the Tree grid advanced widget. Can anyone please help me to create the service.
Hi,
I want to pull data from database and show on the Tree grid advanced widget. Can anyone please help me to create the service.
Hi
Is it any external database or Thingworx database?
If external DB, you can write service with SQL commands - SELECT * FROM table_name and service output as infotable.
If Thingworx DB, you will be storing the data in Stream/Datatable.
In that case, you can write the service as follows.
SELECT * FROM stream WHERE entity_id = "Your stream name".
With regards
Yedukrishnan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.