Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello evryone,
I want to browse all items and subItems of a group but when I use BrowseItems services the parameter filter doesn't work well.
so When I write that :
/ result: INFOTABLE dataShape: "IndustrialItems"
var result = Things["TestIndConnEnergyRum"].BrowseItems({
filter: "*" /* STRING */,
path: "RUM_P1_MAG_VENTE" /* STRING */
});
I get no result but when i Specify some channels i get data
thanks in advance
Solved! Go to Solution.
Thank you @slangley for your reactivity,
I found a solution using just some for loops, to browse all tags from an industrial connection, using just 2 services ; browseGroups and BrowseItems,
please find this attached my solution
Hi @AN_9685270.
We found an internal case on this issue. I have requested a status and will post additional information here as it becomes available.
Regards.
--Sharon
Hi @AN_9685270.
After reviewing with R&D, we're not sure this is the same issue that was previously reported. You indicated in your post "I get no result but when i Specify some channels i get data."
Per the information in the Help Center, providing the channel is a requirement. Please refer to this page and let me know if I'm misunderstanding something.
Regards.
--Sharon
Hi @AN_9685270.
Good job! Since you found a solution, please mark your last response as the Accepted Solution for the benefit of others with the same issue.
Regards.
--Sharon
Thank you @slangley for your reactivity,
I found a solution using just some for loops, to browse all tags from an industrial connection, using just 2 services ; browseGroups and BrowseItems,
please find this attached my solution