# Can I use row owner feature in a joined list or split text?

**URL:** https://community.glideapps.com/t/can-i-use-row-owner-feature-in-a-joined-list-or-split-text/37690
**Category:** Ask for Help
**Created:** [January 25, 2022, 9:47pm UTC](https://community.glideapps.com/t/can-i-use-row-owner-feature-in-a-joined-list-or-split-text/37690 "2022-01-25T21:47:41Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 25, 2022, 10:21pm UTC](https://community.glideapps.com/t/can-i-use-row-owner-feature-in-a-joined-list-or-split-text/37690/2 "2022-01-25T22:21:20Z")

</div>

Please don’t spam a bunch of user names in these posts. There’s been complaints. Most of us still see it regardless and will respond if we have answers.

To answer you question, the short answer is No, you can’t use computed columns for row owners. Hopefully this explains it:

> [@Row Owners vs. Filters](https://community.glideapps.com/t/row-owners-vs-filters/37125/2):
>
> As far as filters are concerned, everything is done client side. About the only client/server interaction is to synchronize data changes between glide’s copy of the database and the client’s copy of the database. Row Owners are a security feature which restricts which data is sent to the client in the first place. Row owners need to be basic columns. You can’t use computed columns because computed columns are computed only on the user’s device after the data has been synchronized to them. A…

> [@Automatic fill with formula when new row](https://community.glideapps.com/t/automatic-fill-with-formula-when-new-row/37285/8):
>
> First of all, I’m assuming you don’t have a google sheet as you mentioned that you are using a glide table, so that’s why you are trying to perform an array formula in within glide. I didn’t mean you having to manually copying the email into each row. I meant an action in your app that gets triggered whenever the user does something, such as pressing a button. That’s when the column would be filled through a set column action. Possibly through some on onboarding workflow. The fact that you …

> [@Applying "Row Owner" to Array columns in Glide Pages?](https://community.glideapps.com/t/applying-row-owner-to-array-columns-in-glide-pages/36085/4):
>
> The short answer is no you can’t. For it to work with glide tables, all data would have to be downloaded to a user’s device before the array can be computed. At that point you have already circumvented the whole point of row owners, which is to prevent unowned data from being downloaded to a user’s device in the first place. Building an array in Google sheet is different because that is built directly in the data as opposed to being built by a computed glide column. All non-basic computed co…

---

_[View the full topic](https://community.glideapps.com/t/can-i-use-row-owner-feature-in-a-joined-list-or-split-text/37690)._
