Hide a view based on another tables data...

I want to hide a view from the user unless they have filled out a certain table.

 

 

I have Table A and Table B

Table A = Account Table

Table b = Credit APP Table

 

I want my user to NOT see the Table B (Credit APP) view in the app UNLESS he/she has filled out Table A (Account Table) first.

Solved Solved
0 4 132
1 ACCEPTED SOLUTION

A view's visibility is controlled by it's show_if expression. Nothing to do with a slice.

View solution in original post

4 REPLIES 4

ISNOTBLANK( FILTER( tableA , [email]=USEREMAIL() ) )

Thank you for the help.  I am still seeing that view even though I am logged in as a fake email/user:

Tiger1_0-1691676307121.png

The slice I am using with your expression:

Tiger1_1-1691676344401.png

I have only ONE account in my master account list:

Tiger1_2-1691676513826.png

I am logged in with a fake email:

Tiger1_3-1691676533807.png

So I should NOT be seeing that view, but I still am.

 

A view's visibility is controlled by it's show_if expression. Nothing to do with a slice.

Oh so put that in the Show_if?  Thanks.  I really thank you so much!

Top Labels in this Space