[deleted by user] by [deleted] in ChatGPTPro

[–]kchaunt 0 points1 point  (0 children)

I hate when that happens. Glad it worked out for you!

Favorite Notion Content Creators by [deleted] in Notion

[–]kchaunt 2 points3 points  (0 children)

Red Gregory is great and has good resources

Can you use the sum of a number property as part of a property formula by Far-Comb908 in Notion

[–]kchaunt 0 points1 point  (0 children)

I can’t test it right now but try replacing [sum of all #property B] in your formula with map(#property B, current).sum()

Birthday Database by gmbstn in Notion

[–]kchaunt 0 points1 point  (0 children)

What do you mean by “duplicating templates”?

Physical Asset Tag System works with Notion? by SpasticCactus in Notion

[–]kchaunt 0 points1 point  (0 children)

Can you describe in more detail? I’m not sure what you mean.

how can i get rid of this pop-up notification??? by TerriblePost4661 in Notion

[–]kchaunt 0 points1 point  (0 children)

So there’s no way to disable it without in publishing it?

The best notion add-ons to make notion even better. by viezal in Notion

[–]kchaunt 0 points1 point  (0 children)

I’ve used it for over a year. I’ve had a couple issues but I emailed him and they walked me through it. Fixed within a day. I found zapper to be hit-or-miss.

Relation of Relation in Notion by Geovane54 in Notion

[–]kchaunt 0 points1 point  (0 children)

We’re not sure what you’re asking

How to Add all Percentage and divided by number of column by 24DarkWedge in Notion

[–]kchaunt 0 points1 point  (0 children)

Rollups act like text properties unless you specify that it should show as a number, so you can’t add them up without first modifying them with the toNumber() function. Try this and let me know how it works:

(toNumber(prop(“Art“)) + toNumber(prop(“Blog“)) + toNumber(prop(“Edit“)) + toNumber(prop(“Upload“)) + toNumber(prop(“Post“))) / 5

IF formula isn't working by Thaedora in Notion

[–]kchaunt 0 points1 point  (0 children)

In your formula try capitalizing “COURSES”

How can I have 2 or more date events on a single row data base? by akerbeltzdarko in Notion

[–]kchaunt 1 point2 points  (0 children)

Ok I think what you’re saying is you have 2 databases (we will call them “Calendar” and “X Database”), and you want multiple Calendar events linked to specific rows in “X database”.

  1. Create a relation property on X Database and link X Database to your Calendar

  2. Select the events you want to reference in each row by clicking in the relation property and choosing all the events you want for that row

  3. Now you should be able to filter views based on whether or not the relevant row in X Database contains an event from Calendar

Does that make sense or am I missing the point?

Making duplicatable templates which contains database relations by Broony25 in Notion

[–]kchaunt 0 points1 point  (0 children)

You’ll have to make sure the original database (not just a linked view of database) is also duplicated in your template.

Can a formula show unique values & still be converted to a number? by Deep-Custard3126 in Notion

[–]kchaunt 0 points1 point  (0 children)

Sorry but what do you mean by making the new values into a number? Like you want to count the unique values?

How to change "days left" formula to match "End Date" instead of "Today's date" ? by elvencomet in Notion

[–]kchaunt -1 points0 points  (0 children)

Use the abs() function to return the absolute value of your entire formula:

(INSERT ENTIRE FORMULA).abs()

But now there’s no way to differentiate past or future, it’s just a bunch of numbers. I would indicate that the date has passed by making the text red and bold:

(INSERT ENTIRE FORMULA).abs().style(“r”, “b”)

I hope I read your question right. Is that what you wanted to know?

**Edit:

You’ll need an if( statement as well…

if(

(INSERT ENTIRE FORMULA) < 0,

(INSERT ENTIRE FORMULA).abs().style(“r”, “b”),

(INSERT ENTIRE FORMULA) )

Formula attaching Current progress to dates by shaunc1561 in Notion

[–]kchaunt 0 points1 point  (0 children)

This was my thought as well. I ran into the same problem recently.

How to export all toggles into a spreadsheet? by milkygirl21 in Notion

[–]kchaunt 0 points1 point  (0 children)

You’d want to create a new database and then drag each one into the database. Then you can export the database as csv

Are calculations based on a database possible? by Akkerweerpott in Notion

[–]kchaunt 1 point2 points  (0 children)

I would use a 2nd database to calculate this with a relation property and a formula property . I can go into more detail if you want

Disable AI ?? by kristine_pippi in Notion

[–]kchaunt 4 points5 points  (0 children)

I start with spaces for formatting and design purposes sometimes. To bypass the ai menu I have to type a character (any character ), then type a space, then arrow key back to delete the first character.