# Tabs and storing data

**URL:** https://community.glideapps.com/t/tabs-and-storing-data/7289
**Category:** Ask for Help
**Created:** [April 18, 2020, 8:52am UTC](https://community.glideapps.com/t/tabs-and-storing-data/7289 "2020-04-18T08:52:59Z")
**Posts on this page:** 1
**Showing post:** 7

<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: [April 23, 2020, 4:06am UTC](https://community.glideapps.com/t/tabs-and-storing-data/7289/7 "2020-04-23T04:06:06Z")

</div>

Rather than a history, you could just mark a delivery completed with a column filled by a checkbox, switch, or some other method. Then just filter the completed orders from view in the app.

If you’re looking for a script, here is one I use to copy a newly inserted column from one sheet to other sheets.

> [@Email registration reference](https://community.glideapps.com/t/email-registration-reference/2156/2):
>
> App:Logins would be the place to get emails. You can use a UNIQUE formula in a new sheet to build a list, but you could run into problems if have other columns in your new sheet that need to match up to the email being pulled from App:Logins. I wouldn’t trust googles UNIQUE function in this case. Things can get out of whack if you’re not careful, as the order of emails could change. Instead I would use a script that will check for unique emails and apply them to another sheet. I use the fol…

---

_[View the full topic](https://community.glideapps.com/t/tabs-and-storing-data/7289)._
