Hide column of inline view depend on ref table

Hi all, I have 2 datatables as below
ITEM – itemID …
DOCUMENT – docID …
and a middle datatable TRANSFER – itemID (ref), docID (ref), Q, W, E, R

In ITEM detail view, I want to show ref TRANSFER inline view as table format with Q, W column and hide E, R column
In DOCUMENT detail view, I want to show ref TRANSFER inline view as table format with E, R column and hide Q, W column

I have tried to use Show_if but it just only hide value of column, not hide column.

I have tried to change order of column in TRANSFER inline view, but it can not customize as I want

Please help me, thanks.

Solved Solved
0 1 363
  • UX
1 ACCEPTED SOLUTION

I’ve created 2 slides TRANSERvsITEM and TRANSFERvsDOC base on TRANSFER table to archive this

and I manually add 2 UX view TRANSERvsITEM_Inline and TRANSFERvsDOC_Inline to order and sort column

View solution in original post

1 REPLY 1

I’ve created 2 slides TRANSERvsITEM and TRANSFERvsDOC base on TRANSFER table to archive this

and I manually add 2 UX view TRANSERvsITEM_Inline and TRANSFERvsDOC_Inline to order and sort column

Top Labels in this Space