# Searching everything from the home screen: tabs, collections or rows of data

**URL:** https://community.glideapps.com/t/searching-everything-from-the-home-screen-tabs-collections-or-rows-of-data/72783
**Category:** Ask for Help
**Created:** [April 22, 2024, 1:46am UTC](https://community.glideapps.com/t/searching-everything-from-the-home-screen-tabs-collections-or-rows-of-data/72783 "2024-04-22T01:46:54Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![Sekayi\_Liburd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sekayi_liburd/32/77608_2.png) [@Sekayi\_Liburd](https://community.glideapps.com/u/Sekayi_Liburd)
#### Post date: [April 22, 2024, 4:46am UTC](https://community.glideapps.com/t/searching-everything-from-the-home-screen-tabs-collections-or-rows-of-data/72783/11 "2024-04-22T04:46:32Z")

</div>

excellent

EDIT: @Darren_Murphy with this workflow, can I add a single card or text stating “No results found” if there are no rows in the If-then-else columns are checked?

I’m not sure what functions are available for this since it takes into account the data from 2 different tables and I don’t want multiple “No results found” statements.

2nd Edit: For now I decided to count the results and display as a text. This formula from @Jeff_Hager helped me greatly because I needed to weed out the expired activities…

> [@If Then Else with two or more criteria!](https://community.glideapps.com/t/if-then-else-with-two-or-more-criteria/19971/18):
>
> IF Column A is empty  
> THEN false
> 
> ELSE
> 
> IF Column B is empty  
> THEN false
> 
> ELSE
> 
> true

---

_[View the full topic](https://community.glideapps.com/t/searching-everything-from-the-home-screen-tabs-collections-or-rows-of-data/72783)._
