How to show data from my connections in Ignition in a Perspective table

Hello, how can I do to show the data from a Oracle connection I have done in my gateway on a perspective table.

What do you mean by "the data"? The connection status? Something more? Or the results of a query?

result of a query from a connection

  • Create a view.
  • Drop a Table component onto the view. Select the table.
  • In Perspective Property Editor, click to the left of the data property. Create a Query binding.
1 Like

Thanks Transistor