I have another field, it’s named short description which I’ve set as hidden. As such, it doesnt appear on the detailed view and that’s exactly what I want. But because of that, I can’t show it on the list either (and this is what I would like to achieve).
[Removed related info tables from detail view](https://community.appsheet.com/t/removed-related-info-tables-from-detail-view/43935/2) Questions
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…
Hey there,
Can you explain in more detail please?
I tried it but its not working.
The field I’m trying to work with is named “Short description”.
It’s currently a hidden field, as you can see on the second screenshot, it doesn’t even show. And that’s fine.
But I would like that field “Short description” to actually appear on the list view (first screenshot). Instead of the “Stock” field, i would like to have the “Short description”.
Select the List view in UX screen. Which will be called like Table Name_[Table|Inline] if you didn’t create it manually. If you can’t find it then go to the view on IDE and click on view name under the preview.
Go View Options > Column Order and add you wish to show.