# Points disappear after 180 days

**URL:** https://community.glideapps.com/t/points-disappear-after-180-days/74877
**Category:** Ask for Help
**Created:** [July 13, 2024, 7:14am UTC](https://community.glideapps.com/t/points-disappear-after-180-days/74877 "2024-07-13T07:14:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ilyamalyh14](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ilyamalyh14/32/74332_2.png) [@ilyamalyh14](https://community.glideapps.com/u/ilyamalyh14)
#### Post date: [July 13, 2024, 7:14am UTC](https://community.glideapps.com/t/points-disappear-after-180-days/74877/1 "2024-07-13T07:14:47Z")

</div>

It is necessary to implement a system for the disappearance of the user’s points that he receives from purchases if he has not made purchases for 180 days, the points disappear all that he has saved up

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 13, 2024, 7:36am UTC](https://community.glideapps.com/t/points-disappear-after-180-days/74877/2 "2024-07-13T07:36:28Z")

</div>

- Create a Math column using the formula `Now-180`. This will give you the date 180 days ago.
- Create an if-then-else column:  
– If Purchase Date is on or after 180 days ago, then Purchase Points
- Use a Rollup column through a Query to sum the output of the if-then-else column.
