# \[Solved\] Can I perform a local storage key search on a numerical range?

**URL:** https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [January 7, 2020, 10:48am UTC](https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559 "2020-01-07T10:48:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 7, 2020, 10:48am UTC](https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559/1 "2020-01-07T10:48:33Z")

</div>

The key value is a number in local storage. The number is stored as 157000/157003 and so on.

When retrieving a stored key  
How do I search for numbers that are 157000 and smaller?

---

<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: [January 7, 2020, 11:47am UTC](https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559/2 "2020-01-07T11:47:23Z")

</div>

Convert a string to a list, loop through a list with a filter of values equal to or less than the specified value

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 7, 2020, 12:45pm UTC](https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559/3 "2020-01-07T12:45:22Z")

</div>

Thank you.

---

<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, 11:46am UTC](https://community.thunkable.com/t/solved-can-i-perform-a-local-storage-key-search-on-a-numerical-range/395559/4 "2024-11-08T11:46:05Z")

</div>


