# How to show filtered records in Data Viewer List?

**URL:** https://community.thunkable.com/t/how-to-show-filtered-records-in-data-viewer-list/712514
**Category:** Questions about Thunkable X
**Tags:** airtable, data-viewer
**Created:** [July 31, 2020, 5:44am UTC](https://community.thunkable.com/t/how-to-show-filtered-records-in-data-viewer-list/712514 "2020-07-31T05:44:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [July 31, 2020, 5:44am UTC](https://community.thunkable.com/t/how-to-show-filtered-records-in-data-viewer-list/712514/1 "2020-07-31T05:44:28Z")

</div>

Hi,

I am finally using Data Viewer List for my apps. Till now, I have just experimented with it through small-small apps, and now I am working on a big scale project, which requires custom-listviewer implementation.

So, the case is like this -

- I would be using Airtable Sheet as my Data Source.

- Sample data would be like -

- What I want to do is, show only those **Notices** , whose `Date` = 31/07/2020 (for example).

- So, ultimately the code would filter out all the notices which satisfy the condition, and display them in the data viewer list.

- I would be using this layout - ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/2/129f6e492b317f2b70c1553808aa036c4f8c27af.png)  
(Please note, the sample data also has a column of image)

* * *

So, that was my idea, and I would like to know whether it’s possible to show filtered records from airtable through code.

Thanks a lot!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 31, 2020, 9:45am UTC](https://community.thunkable.com/t/how-to-show-filtered-records-in-data-viewer-list/712514/2 "2020-07-31T09:45:54Z")

</div>

Hi,

See example in scrGoogleSheetFilteresRecords in

[https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/](https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:26pm UTC](https://community.thunkable.com/t/how-to-show-filtered-records-in-data-viewer-list/712514/3 "2024-11-08T12:26:55Z")

</div>


