Advice on a Generalized view

Hello,

Is there a way to make a view that is generalized for many different devices where (assuming all other tag names are the same) you can input the device name on an event and have the view pop up and be used for that device?

hopefully that makes sense
Thanks.

Yes. Use a parameter that is a string containing a tagpath, pointing at a folder of tags, or a UDT instance with the same naming pattern. Use indirect tag binding within the view to combine the supplied folder with the constant leaf name to make live connections to the relevant data.

{ Have you done any of Inductive University yet? This is pretty basic stuff. }

Yes I did but a couple months ago. I will review, thanks.