Show_If only hides values in Inline Views?

rheric
New Member

I’ve noticed some odd behavior with inline views and using Show_If for specific columns, and I’m wondering if this is something I’m doing wrong, or if it’s a bug.

I have inline views for a table that shows information about meeting attendees:

MemberAttendance

  • Date
  • MeetingID (Ref to Meeting table)
  • MemberID (Ref to Member table)
  • other columns… (not shown or not shown in the inline view)

I have a single inline view - MemberAttendance_Inline - that is set up to display just those three columns. What I was trying to configure was the inline view to display the Date, and then only one of the two columns depending on the CONTEXT(). On the Member Detail view, I wanted the inline view to display the Date and the Meeting. On the Meeting Detail, I wanted the Date and the Member.

I set the Show_If values as follows:

  1. MeetingID = NOT(IN(CONTEXT(“View”), LIST(“Meeting_Detail”)))
  2. MemberID = NOT(IN(CONTEXT(“View”), LIST(“Member_Detail”)))

Here’s what I see in the Meeting Detail view:
3X_e_e_ee3bc6d58019d31f196782b0578ec79ac90bcdc6.png

Which shows the correct information, but the Meeting column is displayed. It’s more obvious in the Member Detail view:

3X_0_a_0a70cfd7dd18628b5ddd6ede53ab6d184079fc71.png

I have a feeling I’m doing something wrong, or that it’s not possible to do what I’m hoping using a single inline view. Do I need to create Slices for this?

0 6 422
6 REPLIES 6
Top Labels in this Space