Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Show If based on a field in a different table

Hi All, 

I know that it is possible to reference another table/row but I am not sure if it is capable of being used as strictly show or not show an entry. I have two tables: Data and Error Log, Data is the main table that holds the majority of my App Sheet data, while Error Log only shows when an error occurs. Within both of these tables, they have a field of the same name, Applicant ID. 

I am trying to accomplish, is when an Applicant ID matches in both tables I want the entry in the Error Log view to be hidden/not show.  So far I have changed the column type for the Applicant ID to ref in the Error Log table and tried to dereference but I am not trying to result back. 

Please let me know if this makes sense! 

Solved Solved
0 5 1,392
1 ACCEPTED SOLUTION


@jfong12 wrote:

I want the entry in the Error Log view to be hidden/not show


It sounds like you're using (or need) a slice. The slice's row filter condition should include:

NOT(IN([Applicant ID], Data[Applicant ID])) 

 

View solution in original post

5 REPLIES 5
Top Labels in this Space