So the solution from this post from a while ago was to create different slices in order to display different related columns in different Detail views. But how do you ensure a detail view gets its ref columns from a specific slice?
I have 3 tables: ppl, courses, and enrollment (enrollment being the joint table) and in ppl detail view, a list of Related enrollments (renamed “courses”) appear.
I want to leave out several extraneous columns from the list of Related enrollments in ppl detail view. So I created a slice from the enrollment table, specified which columns the slice should include. But what gets displayed never changes. So I know I’m doing something wrong. But what?
For what it’s worth, the problem was resolved–but it’s not clear to me how it was resolved. For a brief moment, I thought I found a solution, but that wasn’t a solution for my particular case. I went around deleting ref columns (which got re-generated automatically) and somewhere along the way, I got to re-order the columns and problem was solved.