Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello. I've got an issue.
The problem boils down to one general issue: I've got an infotable with four boolean properties, and each property is assigned to a shape. Based on the value of the property, the specific shape is visible or not. I have connected the infotable properties (some are true, some false) to the shapes via Selected Rows, but all the shapes are visible, when in reality, some should be hidden.
Can anyone help with this regard? Thanks.
Solved! Go to Solution.
I solved the issue. Apparently the data shouldn't have come from the Selected Rows from the GetPropertyValues service. Instead, I created another service on my own that had an infotable as input, and the same infotable as an output. What I benefit from this is that now I can select each column from the infotable from the newly-created service, and I'm free to bind each column to any shape that I want.
I solved the issue. Apparently the data shouldn't have come from the Selected Rows from the GetPropertyValues service. Instead, I created another service on my own that had an infotable as input, and the same infotable as an output. What I benefit from this is that now I can select each column from the infotable from the newly-created service, and I'm free to bind each column to any shape that I want.