# \[DONE\] Filter criteria scope (.this keyword)

**URL:** https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899
**Category:** Ideas & Features
**Tags:** filter
**Created:** [August 13, 2020, 4:37pm UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899 "2020-08-13T16:37:48Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![AndreasHe](https://avatars.discourse-cdn.com/v4/letter/a/a3d4f5/32.png) [@AndreasHe](https://community.fibery.io/u/AndreasHe)
#### Post date: [August 13, 2020, 4:37pm UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/1 "2020-08-13T16:37:48Z")

</div>

Currently the filter() may use objects/values from the filtered object. Nice, but for some cases not enough.

I try to solve something currently, but I have no chance without a different filter.

For example:

// in Bar:  
Foo.filter( CreatingDate \> **this**.CreatingDate ); // shows newer linked Foos than Bars

What I mean is the THIS or a different way to compare the filter to something from outer-world like the calling object

---

<div class="post-metadata">

### Author: ![Polina\_Zenevich](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/polina_zenevich/32/480_2.png) [@Polina\_Zenevich](https://community.fibery.io/u/Polina_Zenevich)
#### Post date: [August 21, 2020, 9:05am UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/2 "2020-08-21T09:05:47Z")

</div>

Hi, Andreas!  
Thanks for the case.  
That is smth we do really have in plans and are also lack of slight\_smile:

For now, depending on the case, Action Button sometimes can be used as a workaround.

---

<div class="post-metadata">

### Author: ![HighInFiber](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/highinfiber/32/1671_2.png) [@HighInFiber](https://community.fibery.io/u/HighInFiber)
#### Post date: [April 8, 2021, 9:02pm UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/3 "2021-04-08T21:02:09Z")

</div>

Hi @Polina_Zenevich , has this feature been implemented in the meantime?

I am new to Fibery and am attempting to do something similar as @AndreasHe but cannot seem to find a valid formula that does the trick.

---

<div class="post-metadata">

### Author: ![c0va23](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/c0va23/32/4368_2.png) [@c0va23](https://community.fibery.io/u/c0va23)
#### Post date: [November 20, 2021, 6:56pm UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/4 "2021-11-20T18:56:01Z")

</div>

Is there any news on this feature?

---

<div class="post-metadata">

### Author: ![mdubakov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/mdubakov/32/10_2.png) [@mdubakov](https://community.fibery.io/u/mdubakov)
#### Post date: [November 22, 2021, 8:10am UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/5 "2021-11-22T08:10:35Z")

</div>

Not yet. So far we have no plans to add it in the next 2-3 months.

---

<div class="post-metadata">

### Author: ![antoniokov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/antoniokov/32/201_2.png) [@antoniokov](https://community.fibery.io/u/antoniokov)
#### Post date: [January 3, 2023, 9:39am UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/6 "2023-01-03T09:39:52Z")

</div>

> [@mdubakov](#):
>
> Not yet. So far we have no plans to add it in the next 2-3 months.

😅🙈

Finally, here we go:

> [@December 29, 2022 / SOC 2 Type II compliance, \[This ...\] in Formulas](https://community.fibery.io/t/december-29-2022-soc-2-type-ii-compliance-this-in-formulas/3751):
>
> lock SOC 2 Type II certification Last week, our company achieved a major milestone: the SOC 2 Type II certification. This isn’t just any old certification you can buy off the internet for $9.99 (although we did consider it after 7 months in the process). No, this is the real deal - a rigorous audit of our controls and processes to ensure the security and privacy of our customers’ data. So raise a glass (or a coffee mug, if it’s early) and join us in celebrating this achievement. Contact us …

Now we have `[This ...]` within the `Filter(...)` function:

```plaintext
Foo.Filter(CreatingDate > [This Bar].CreatingDate )

```

---

<div class="post-metadata">

### Author: ![antoniokov](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/antoniokov/32/201_2.png) [@antoniokov](https://community.fibery.io/u/antoniokov)
#### Post date: [January 3, 2023, 9:40am UTC](https://community.fibery.io/t/done-filter-criteria-scope-this-keyword/899/7 "2023-01-03T09:40:43Z")

</div>


