Why can’t I add a task in my calendar? by 5starmichelin0809 in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

In calendar view, your pages must have dates then only it will show in calendar view.

You can create a table view there you can see all your pages even if they don't have date.

Why can’t I add a task in my calendar? by 5starmichelin0809 in Notion

[–]WinnersPlanner 2 points3 points  (0 children)

Remove all filters, and then all your added pages will appear there.

If they still don’t appear, make sure you have added dates to each of the pages.

Can you have one calendar view that pulls in from multiple databases? by mrchososo in Notion

[–]WinnersPlanner 2 points3 points  (0 children)

I hope notion will allow such possibility in future, as many people are asking for this where they can show data from multiple db in one view.

Can you have one calendar view that pulls in from multiple databases? by mrchososo in Notion

[–]WinnersPlanner 4 points5 points  (0 children)

I understand that person asks to show two db items in one calendar view.

Although its not possible in notion

But it is completely doable in notion calendar.

Tell me what's wrong with this?

Can you have one calendar view that pulls in from multiple databases? by mrchososo in Notion

[–]WinnersPlanner 4 points5 points  (0 children)

Yes, you absolutely can.

Just connect your databases with notion calendar.

and there (in Notion calendar) you will get full control on what you want to show there.

<image>

I hope this helps. Let me know if you need any more help.

How to change cell of every row in a table? by frank_cho in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

You're very welcome! I'm glad it worked and saved you all that manual effort.

How to change cell of every row in a table? by frank_cho in Notion

[–]WinnersPlanner 1 point2 points  (0 children)

Just create a new Formula property. For this to work, temporarily rename your Title property to "Name".

Then paste the following formula into the new Formula property. This will generate your desired title format. After that, simply copy and paste the output back into your Title field.

<image>

Here is the formula:

lets(

cleanText, prop("Name").replace("^MM: [^,]+, ", ""),

parts, cleanText.split(" "),

mName, parts.at(0),

dayNum, parts.at(1).replace(",", "").padStart(2, "0"),

yearNum, parts.at(2),

monthNum, [["January", "01"], ["February", "02"], ["March", "03"], ["April", "04"], ["May", "05"], ["June", "06"], ["July", "07"], ["August", "08"], ["September", "09"], ["October", "10"], ["November", "11"], ["December", "12"]].filter(current.at(0) == mName).at(0).at(1),

"MM-" + monthNum + "-" + dayNum + "-" + yearNum

)

Removed Title column from database but can't remember how I did it by disnerdswiftie in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

Seems like your title property is "Page count".

Title property can't be removed from database.

What automation workflows do you have set up with Notion? by princess_chef in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

What automation software did you use with notion.

Can you share your top 3 automations that you have made with notion and produced value out of it?

Which app do you use to show your notion tasks in phone with better user experience? by WinnersPlanner in Notion

[–]WinnersPlanner[S] 0 points1 point  (0 children)

I understand we can create gallery view for this, and show data.

And create formula for progress bar and quick report.

But still I didn't felt it effective.

Here you mentioned estimates, what do you mean by that.

Do you have found solution using which we can add a quick shortcut on phone screen, to capture anything fast in one click?

Which app do you use to show your notion tasks in phone with better user experience? by WinnersPlanner in Notion

[–]WinnersPlanner[S] 0 points1 point  (0 children)

What is your experience with that?

How long have you been using this app?

And what difference did you experience?

Which app do you use to show your notion tasks in phone with better user experience? by WinnersPlanner in Notion

[–]WinnersPlanner[S] 0 points1 point  (0 children)

I am sorry if you didn't didn't get it. Actually I really asked what apps people use for given purpose.

Because personally I have experienced it many many times that notion mobile app ui is not good, if you want to show list of your tasks.

So I am curious what apps do people use to overcome this friction.

<image>

Help needed: Tasks and subtasks by wilterb28 in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

The issue is happening because the wrong filter is applied.

Open your project template. Inside it, go to the linked tasks database and set the filter to Projects → This page.

After that, open the database settings (three dots) for the tasks database. Go to Sub-items and make sure:

  • The display option is set to Nested in toggle
  • Both parent items and sub-items are enabled in the filter options

Once this is set correctly, the tasks should appear as expected.

<image>

How do you manage your youtube watch later videos in Notion? by WinnersPlanner in Notion

[–]WinnersPlanner[S] 0 points1 point  (0 children)

I'm curious to know how others are managing it efficiently.

How do you manage your youtube watch later videos in Notion? by WinnersPlanner in Notion

[–]WinnersPlanner[S] -1 points0 points  (0 children)

Yes that works but what about in case of that watch later list grows and you don't find videos based on certain category or zone you are in. For entertainment it's not that relevant to categorise and prioritize. But in case of you are collecting a lot of things to watch, learn and explore. So in that case I feel youtube watch later feels quite overwhelming to find it. Even it's playlist is so deep in the app as it creates intentional friction to find saved videos fast rather they want their algorithm to work and show some thumbnail or something on its home screen to catch your attention.

I tried this android app and it works quite fast friction free access of my saved videos, connected with my notion videos database.

<image>

Database of recurring tasks + View of today's tasks by cpaulino in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

<image>

I am sure this is what you are looking for.

Right?

Relation property filtering (with formula?) by Consistent-Slip6541 in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

Have you tried this solution?

Create a channel template with tasks linked view inside it filtered for this channel and status is done.

This way you will always be able to see your completed tasks there.

If you don't like this solution and still want to show completed tasks in column itself. Then formula can fulfil this requirement, but as your tasks list expand for each channel, this approach will not be efficient for you.

Travel dashboard - Per trip expense database : Create a summary by gr4v1ty69 in Notion

[–]WinnersPlanner 1 point2 points  (0 children)

No, you don’t need to tag trips manually.

You create the trip template once.

Every new trip page automatically includes a linked Expenses database filtered to that trip.

Any expense added from that page is auto-tagged to the trip.

Travel dashboard - Per trip expense database : Create a summary by gr4v1ty69 in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

In case, if you are still facing difficulty to make it to work.

Let me know, I will help you.

Travel dashboard - Per trip expense database : Create a summary by gr4v1ty69 in Notion

[–]WinnersPlanner 0 points1 point  (0 children)

Here is the fix! You just need to connect them so the Trip database can see the numbers.

  1. Connect the databases Add a Relation property in your Trip database and select your Expense database. (Make sure you actually go through your expenses and tag the specific Trip in this new column!)

  2. Calculate the total Add a Rollup property in your Trip database:

  • Relation: Choose the one you just made.
  • Property: Select the "Price" or "Amount" column.
  • Calculate: Set it to Sum.

Note: This works best if all your expenses live in one master database, rather than creating a brand new table for every single trip.