Filter Library by Resources Added within x days

Matt Doebler
Matt Doebler Member Posts: 188 ✭✭✭

I know there is a way to search one's library with Resources Added filter that has a custom date range (i.e., within the last 90 days, etc.)

I forgot how to do this. Can anyone help?

Best Answer

  • Chris Heil
    Chris Heil Member Posts: 174 ✭✭
    Answer ✓

    You can use the following syntax: {AddedDate | UpdatedDate #y|m|d}

    Here are specific examples:

    {AddedDate 6d} will show all resources added within the last 6 days

    {UpdatedDate 3m} will show all resources updated within the last 3 months

    {AddedDate 1y} will show all resources added within the last 1 year

    Note that the number must be a whole number - decimals will not work.

    Windows 11 & macOS 15 (Logos Pro) | iOS 18 (Logos Mobile Beta)

Comments

  • Graham Criddle
    Graham Criddle MVP Posts: 33,001

    The Library filter fields section in the Logos helpfile shows how to do this

  • Chris Heil
    Chris Heil Member Posts: 174 ✭✭
    Answer ✓

    You can use the following syntax: {AddedDate | UpdatedDate #y|m|d}

    Here are specific examples:

    {AddedDate 6d} will show all resources added within the last 6 days

    {UpdatedDate 3m} will show all resources updated within the last 3 months

    {AddedDate 1y} will show all resources added within the last 1 year

    Note that the number must be a whole number - decimals will not work.

    Windows 11 & macOS 15 (Logos Pro) | iOS 18 (Logos Mobile Beta)

  • Matt Doebler
    Matt Doebler Member Posts: 188 ✭✭✭

    thanks!