# CASE: use rollforward for files

**URL:** https://community.silverfin.com/t/case-use-rollforward-for-files/1410
**Category:** Cases
**Tags:** rollforward, input, use\_case
**Created:** [February 28, 2019, 8:08am UTC](https://community.silverfin.com/t/case-use-rollforward-for-files/1410 "2019-02-28T08:08:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sven](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/sven/32/1495_2.png) [@sven](https://community.silverfin.com/u/sven)
#### Post date: [February 28, 2019, 8:08am UTC](https://community.silverfin.com/t/case-use-rollforward-for-files/1410/1 "2019-02-28T08:08:08Z")

</div>

When you copy details from one period to another, and attachments were added in the original period, then these attachments were copied as well to the new period.

In most cases, the attachments of the old period are irrelevant in the new period.

So, by using the roll forward function (more info on that [here](https://community.silverfin.com/t/case-rollforward-copy-amounts-into-other-objects-from-one-year-to-the-next-year/1158)), you can now make it so that attachments will not be copied at all, by using this:

```auto
{% input custom.some.file as:file %}
{% rollforward nil custom.some.file as:file %}

```

When copying details, this will make sure no attachment is copied.
