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.

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:

The slice I am using with your expression:

I have only ONE account in my master account list:

I am logged in with a fake email:

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!