Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Link to previous post.....
If you guys don't mind, I'd like to jump in and ask how can I return things I've created by a specific property value? I understand I can use the queryimplementedthings service by passing the service a query (which I have created in a seperate service which I also configure to take a parameter for the value I'm looking for in my things properties). I then pass this query to the queryimplementedthings service. I only want the things and their associated properties that have a matching value for a specific property returned. Whats the best way to go about this as I am not getting the grid to return data based on my approach?
Have you looked into utilizing a data filter? You could feed data into your data filter with a query service and then spit it back out to the grid.