Created
July 16, 2025 15:33
-
-
Save believer/9bf9696ee019376697c4de8ad9342041 to your computer and use it in GitHub Desktop.
Filter files by "Date Created"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| formulas: | |
| name: if(this.file.name == note["Date Created"], this.file.name, "") | |
| properties: | |
| formula.name: | |
| displayName: Name | |
| views: | |
| - type: table | |
| name: Table | |
| filters: | |
| and: | |
| - formula.name != "" | |
| order: | |
| - file.name | |
| - formula.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment