Action to display the list view of type ref ?

 
I have a virtual column of the ref type.

1.JPG

 

 

 

 

 

 

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

2.JPG

 

 

 

 

 

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

3.JPG

 

 

 

 

 

Is it possible to do this?

Solved Solved
0 3 61
1 ACCEPTED SOLUTION

Try something like..

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

View solution in original post

3 REPLIES 3

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!

Top Labels in this Space