How do you list active perspective sessions in a perspective view table?

I am trying to list the active perspective sessions for my project in a perspective view table. After looking at the forum I did not see an example.

Start with system.perspective.getSessionInfo().

Many discussions:

https://forum.inductiveautomation.com/search?q=system.perspective.getSessionInfo%20order%3Alatest

I did that but it only provided info for the current session and does not show all open sessions on the network.

Show your code. With no filters, it is supposed to return all sessions on a gateway.

def transform(self, value, quality, timestamp):

value = system.perspective.getSessionInfo()
return value

Where is that transform? (Why is it a transform?)

Data binding for a table.

Sorry I was not using the launched version. I see all the sessions now. I was looking at the results in the designer.

1 Like