# Favorites vs All

**URL:** https://community.glideapps.com/t/favorites-vs-all/10760
**Category:** Ask for Help
**Created:** [June 12, 2020, 8:55pm UTC](https://community.glideapps.com/t/favorites-vs-all/10760 "2020-06-12T20:55:43Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![ajchan](https://avatars.discourse-cdn.com/v4/letter/a/9de053/32.png) [@ajchan](https://community.glideapps.com/u/ajchan)
#### Post date: [June 12, 2020, 8:55pm UTC](https://community.glideapps.com/t/favorites-vs-all/10760/1 "2020-06-12T20:55:43Z")

</div>

Starting today, maybe after the release today I see a toggle between favorites/all in my favorites screen. How do I enable or disable this ?

I need to enable this in various lists so that I don’t have to explicitly have a Favorites tab. Disable it in case I still want to have a favorites tab

 ![Screen Shot 2020-06-12 at 2.51.02 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/a/a3a13c88278a3514e00f3c5ab1f16ce27f567edc.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 12, 2020, 11:35pm UTC](https://community.glideapps.com/t/favorites-vs-all/10760/2 "2020-06-12T23:35:49Z")

</div>

Why do you enable favorites in a “Favorites” screen, may I ask?

---

<div class="post-metadata">

### Author: ![ajchan](https://avatars.discourse-cdn.com/v4/letter/a/9de053/32.png) [@ajchan](https://community.glideapps.com/u/ajchan)
#### Post date: [June 13, 2020, 12:04am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/3 "2020-06-13T00:04:52Z")

</div>

Nice. I took the isFavorited=true out and now it works great

---

<div class="post-metadata">

### Author: ![shaileen](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@shaileen](https://community.glideapps.com/u/shaileen)
#### Post date: [July 12, 2020, 1:49am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/4 "2020-07-12T01:49:18Z")

</div>

I had the same problem and tried to take out the favorited=true but it does not seem to work. How do I get rid of this toggle between all and favorite. I was trying to set it up so when you are on the favorite tab, it only shows favorites and on the search page it only shows all.

 ![Screen Shot 2020-07-11 at 6.46.21 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/70954d64fa1cd5b28891323b405aa65285c42cec.png)

---

<div class="post-metadata">

### Author: ![shaileen](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@shaileen](https://community.glideapps.com/u/shaileen)
#### Post date: [July 12, 2020, 1:49am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/5 "2020-07-12T01:49:52Z")

</div>

![Screen Shot 2020-07-11 at 6.47.27 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/7d688bd245795410f135030e02f06dfeb00ae690.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2020, 1:50am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/6 "2020-07-12T01:50:35Z")

</div>

You can make an inline list in a details layout and filter it by IsFavorited = True, enable search for that inline list.

---

<div class="post-metadata">

### Author: ![shaileen](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@shaileen](https://community.glideapps.com/u/shaileen)
#### Post date: [July 12, 2020, 1:54am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/7 "2020-07-12T01:54:49Z")

</div>

Thank you for the reply! Sorry, still learning how to use it- how do I filter IsFavorited = True?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2020, 1:59am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/8 "2020-07-12T01:59:50Z")

</div>

After you add an inline list, point it to the sheet where you have all the items, in the filter choose the column IsFavorited and type the True value for the condition.

---

<div class="post-metadata">

### Author: ![shaileen](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@shaileen](https://community.glideapps.com/u/shaileen)
#### Post date: [July 12, 2020, 2:09am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/9 "2020-07-12T02:09:10Z")

</div>

When I pick a value/sheet for the source, IsFavorited is not an option to select

---

<div class="post-metadata">

### Author: ![shaileen](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@shaileen](https://community.glideapps.com/u/shaileen)
#### Post date: [July 12, 2020, 5:30am UTC](https://community.glideapps.com/t/favorites-vs-all/10760/10 "2020-07-12T05:30:39Z")

</div>

Just got it, thank you!
