Removed related info tables from detail view

Hi guys,

Im having an issue customizing deatil view, it shows two related tables automatically and I dont want either of them to appear in that specific view. How can I remove them?

Thanks for your help.

0 1 127
  • UX
1 REPLY 1

There are two ways to do that.
1.Put a show condition in columns
Use the context (“View”) or context (“ViewType”) in the column show condition.
Example: If you have the Order_Detail view in the application.
Context (“View”)<>“Order_Detail” Or context (“ViewType”)<>“Detail”
Help Link: CONTEXT() | AppSheet Help Center

2.Use Column order property in UX Section
Go to UX–>Order_Detail View–>select the columns to show in this particular view.
Help Link:Controlling Column Order | AppSheet Help Center

Top Labels in this Space