Ok, so How do I do the following?: I want to...

Ok, so How do I do the following?:

I want to share the app with a customer, but only give him access to his information.

They do have a Unique ID# assinged to each account, so is that in play somehow?

Maybe that is their login to the Slice with their information?

Please advise how to share app, but only give access to their company information.

Thanksโ€ฆSteven

1 4 423
4 REPLIES 4

Create a table named Accounts with columns Email ID and Unique ID

And in information table a column named Unique ID

Try something like

[Unique ID] = Any(Select(Accounts[Unique ID],[Email ID]=USEREMAIL())) in slice

Thank you Syed,

A little clarification.

I have a table already that houses the information I want to share.

It is called โ€˜Company Infoโ€™.

I have Unique ID# in that table and โ€˜Customer Emailโ€™ column in that table.

Does your solution apply to my exisiting, and if so how again?

Thanksโ€ฆSteven

@Steven_Jeffery

Yes Then the formula will be [Unique ID#] = Any(Select(Company Info[Unique ID#],[Customer Email]=USEREMAIL()))

But make sure you also have a column named Unique ID# in your other table which should be filtered

I believe the formula is correct. But youโ€™ll likely want to take advantage of the Scaling features AppSheet has built in. These allow companies (known as โ€œtenantsโ€ to share an app. These Scaling options are:

  1. Security Filters - a filter placed on each pertinent table that needs it.
  2. Data Partitions - a separate physical copy unique to each โ€œtenantโ€.

You can read more on these in the articles below:

Top Labels in this Space