Action to display the list view of type ref ?

I have a virtual column of the ref type.

When we select an object, we see a list associated with this object at the bottom, and it all works well.

But I wanted to hide this list and create an action that corresponds to clicking the View of this list.

Is it possible to do this?

Try something like..

LINKTOFILTEREDVIEW(“ChildView”,[ParentID]=[_THISROW].[KeyColumn])

Yes, this solution works. Thank you very much.

LINKTOFILTEREDVIEW(“QR_Items_History_Inline”,[Items]=[_THISROW].[Uniqueid])

Excellent!