How to query form infotable using query function?
Hi,
Could anyone help us to query from info table based on condition?
We found query info table function but need to know query syntax please send us sample syntax
Example:
var params = {
t: result1 /* INFOTABLE */,
query: what to write here and how /* QUERY */
};
// result: INFOTABLE
var result = Resources["InfoTableFunctions"].Query(params);
We want to check where condition like where name ='anil' and id=1
Thanks,
Anil Kesana

