Can you do slices across Tabs?

Tuskan
New Member

If I have a database on one tab, and another tab for applicants. If I want AppSheet to pull data from the database, only if both the tab “Database” and the tab "Applicants " contain a user ID (in this case phone number) , how does one create a slice, to check if eg (phone number is on tab 1 and tab 2, then pull the row into the app)?

0 3 212
3 REPLIES 3

You can do that with a formula… IN([PhoneNumber],TableB[PhoneNumber])

Tuskan
New Member

Thanks this worked great !

You’re welcome

Top Labels in this Space