The Done column has accumulated a lot of completed tasks.

The idea came to display in the main track only the last 30 completed tasks, and the rest to turn into a separate track. Help to write a condition for displaying tasks in the track. Or are there other solutions?

enter image description here

#

enter image description here

    1 answer 1

    wrote like this:

    status = Closed OR status = Verified AND updated <startOfDay ("- 30d")

    what it looks like in the attached screenshot.

    enter image description here