cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

search elements in infotable/streams

K_Bairagi
12-Amethyst

search elements in infotable/streams

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

Thanks & Regards
K Bairagi
1 ACCEPTED SOLUTION

Accepted Solutions
K_Bairagi
12-Amethyst
(To:PaiChung)

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...!

 

 

Thanks & Regards
K Bairagi

View solution in original post

9 REPLIES 9
PaiChung
22-Sapphire I
(To:K_Bairagi)

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_Bairagi
12-Amethyst
(To:PaiChung)

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

Thanks & Regards
K Bairagi
PaiChung
22-Sapphire I
(To:K_Bairagi)

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.

K_Bairagi
12-Amethyst
(To:PaiChung)

How to query any specific field of the stream with multiple fields?

Please name the function.

Thanks & Regards
K Bairagi
PaiChung
22-Sapphire I
(To:K_Bairagi)

QueryStreamEntriesWithData

 

K_Bairagi
12-Amethyst
(To:PaiChung)

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...!

 

 

Thanks & Regards
K Bairagi

 
PaiChung
22-Sapphire I
(To:K_Bairagi)

Hello @K_Bairagi

 

Can you tell me what exactly you want to do ?

 

Regards,

Velkumar R

 

 

Top Tags