Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
How to Search respective values/DATA of an infotable from any of its specfic row element?
Solved! Go to Solution.
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...!
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
Can you name the function in javascript which I can use in my coding?
there is an infotable snippet for Query
Resources["InfoTableFunctions"].Query
within the infotable object you can use find
DataTables and Streams have built in services, you can see them when you browse through the Entity browser etc.
How to query any specific field of the stream with multiple fields?
Please name the function.
QueryStreamEntriesWithData
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...!
Not sure if you looked at this and used this in your Query setup