Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello,
I have added a Grid widget to display a table value from infoengine.
I want to take a column values as a input to another service.
is it possible to read a column value from Grid widget ?
or please suggest which widget can be used to display the table of contents and allow us to assign a column value to be a input of another service.
What does you mean about a column value? a row+column value, or an specific column with all the rows?
On each cases, you will need a dropdrow picker with the column names, and user select the desired column name, then use this dropdown picker value (selected Row) as a input parameter for a service which also accepts the given infotable (or the selected row on the infotable), that way you can select a column or a column/row value.