# Add private note on detail view

**URL:** https://community.glideapps.com/t/add-private-note-on-detail-view/3908
**Category:** Ask for Help
**Created:** [January 23, 2020, 7:32pm UTC](https://community.glideapps.com/t/add-private-note-on-detail-view/3908 "2020-01-23T19:32:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Marc\_Johnson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marc_johnson/32/2939_2.png) [@Marc\_Johnson](https://community.glideapps.com/u/Marc_Johnson)
#### Post date: [January 23, 2020, 7:32pm UTC](https://community.glideapps.com/t/add-private-note-on-detail-view/3908/1 "2020-01-23T19:32:57Z")

</div>

This is a question regarding the Employees template ([Employees · Glide](https://go.glideapps.com/app/employees-template)).

I want to add text (or a note) that applies to an employee while viewing the employee, that **only I can see**. Such as “Dwight Schrute is trained in the art of surveillance”.

- You don’t want anyone else to see this note but you (the logged in user who created it).
- You want to be able to view and edit the note **while** viewing Dwight.
- Each logged in user can create their own private note about Dwight.

How to do this with glideapp? I thought I might see an example of this in the CRM app too, but I am not seeing that.

Any ideas?  
Thank you!

---

<div class="post-metadata">

### Author: ![ablx](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@ablx](https://community.glideapps.com/u/ablx)
#### Post date: [January 24, 2020, 6:21pm UTC](https://community.glideapps.com/t/add-private-note-on-detail-view/3908/2 "2020-01-24T18:21:45Z")

</div>

Hi Marc,

This could be done by using the filter abilities of Glide.  
You could set a notes field within an employee view to be filtered by a set range of people.

On the google sheet you would need to make a cell that contains the list of allowed users or user and then apply the filter on that field to refer to the cell of allowed users!

Best,  
Andrew

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [January 24, 2020, 8:24pm UTC](https://community.glideapps.com/t/add-private-note-on-detail-view/3908/3 "2020-01-24T20:24:54Z")

</div>

We have a feature in development called Per-user Columns to make this more easily achievable.

---

<div class="post-metadata">

### Author: ![Marc\_Johnson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/marc_johnson/32/2939_2.png) [@Marc\_Johnson](https://community.glideapps.com/u/Marc_Johnson)
#### Post date: [January 25, 2020, 1:52pm UTC](https://community.glideapps.com/t/add-private-note-on-detail-view/3908/4 "2020-01-25T13:52:34Z")

</div>

@ablx and @david **thanks** for the replies.

@ablx regarding your suggestion. “make a cell that contains the list of allowed users or user and then apply the filter”. If I am understanding your helpful idea, the **entire list** will see and edit the note. This would not satisfy the third requirement _“Each logged in user can create their **own private** note about Dwight.”_. Or am I misunderstanding?

Think of the use case of HR and management. Users each want to take notes about Dwight, without Dwight or others seeing the notes. CRM has very similar needs for private notes about customers.

Another way to conceptualize this, is it would function exactly like a “comment” component on a detail page, with the tweak that **only** the author can see **and** edit **their** private entry.

From a data perspective, since its a many-to-many relationship (all employees each maintain private notes about all employees) I think a separate sheet/tab would be required (like App:Comments created by Comment component)… to tie each private note to each subject to each detail page.

@david when will “per-user columns” exist? Will it enable all the functionality detailed above? Alternatively, could the existing _comment_ and/or _note_ components have an option for “private” (only author can see comment/note) **and** be later editable by author? Augmenting existing _comment_ or _note_ components to be private would “add private note on detail view” as well.

Thanks again!  
Marc
