Ignition 8 Perspective Passing Variables to Popup

I know this topic might have already been answered, but I am struggling to find it.

I have a table in one view and on a click of this tables row, I want to pass the currently selected row data to another view in the form of a popup/another view. I cannot get the view to pass the variables to the other.
Any help would be greatly appreciated.

Got it working. Major brain fart.

Just a reminder. When passing the variables, make sure to click on the view folder of the view you are passing parameters to and add those parameters under the params section of the property editor. Then use the event scripting to pass the parameters from the view.