Skip to main content
1-Visitor
March 23, 2018
Solved

search elements in infotable/streams

  • March 23, 2018
  • 8 replies
  • 5816 views

How to Search respective values/DATA of an infotable from any of its specfic row element?

Best answer by K_Bairagi

I have tried with QueryStreamEntriesWithData but didn't work for me..

 

can you give an example by making use of a datashape, streams, infotable?

example with coding will help...!

 

 

8 replies

22-Sapphire I
March 23, 2018

Streams and DataTables provide Query as well as DataTables provide Find

once the data is in an infotable, you again have Query but also Search

K_Bairagi1-VisitorAuthor
1-Visitor
March 23, 2018

Can you name the function in javascript which I can use in my coding?

22-Sapphire I
March 23, 2018

there is an infotable snippet for Query

Resources["InfoTableFunctions"].Query

within the infotable object you can use find 

http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/types/InfoTable.html?wwreverbsearch_action=search_display_link&wwreverbsearch_highlightRequireWhitespace=false&wwreverbsearch_query=search

 

DataTables and Streams have built in services, you can see them when you browse through the Entity browser etc.

19-Tanzanite
March 27, 2018

Hello @K_Bairagi

 

Can you tell me what exactly you want to do ?

 

Regards,

Velkumar R