Notion Database Property: Created vs Last Edited Time Difference

When you add a database view in Notion, you see two similar timestamp properties: Created Time and Last Edited Time. Many users confuse these two fields, leading to incorrect filtering, sorting, or reporting. Created Time records the moment a database item is first added, while Last Edited Time updates whenever any property is modified. This … Read more

How to Use Subgroup in a Notion Board View

Notion Board views are a popular way to manage projects, tasks, and workflows by grouping items into columns. However, when your board contains dozens or hundreds of items, a single grouping level may not be enough to keep things organized. The Subgroup feature in Notion allows you to add a second grouping layer to a … Read more

How to Aggregate Calculations in a Notion Database Footer

Notion database footers let you see quick totals, averages, and other summary values without writing formulas. When you have a database with numeric columns, the footer row shows aggregate calculations automatically. This article explains how to enable the footer row, select the correct aggregation function, and troubleshoot cases where the footer does not display the … Read more

Notion Database Cannot Add Sub-Item Property: Fix

You are trying to add a Sub-Item property to a Notion database row, but the option is grayed out or missing entirely. This happens because Notion restricts the Sub-Item property to specific database types and configurations. This article explains the exact technical reason why the Sub-Item property is unavailable and provides step-by-step methods to enable … Read more

How to Use Wikis Toggle in a Notion Database

You want to add a Wiki toggle inside a Notion database row to store detailed documentation without cluttering the main view. The Wiki toggle is a built-in block type that expands and collapses content, making it ideal for storing reference notes, guides, or policies inside a database property. This article explains how to insert and … Read more

Notion Database Property Cannot Be Sorted: Why and Workaround

You added a new property to your Notion database, but when you click the column header, the sort option is grayed out or missing entirely. This happens because Notion restricts sorting on certain property types, such as Rollups, Formulas, and some advanced relation fields. This article explains which properties cannot be sorted, why Notion enforces … Read more

How to Use the if() Formula in Notion

The if() formula in Notion lets you return different values based on a condition. It is the most common way to add logic to database properties. Many users struggle with nesting conditions or handling empty fields. This article explains the syntax, shows step-by-step examples, and covers common mistakes to avoid. Key Takeaways: Using if() in … Read more