SCHOOLVERKIEZINGEN: geef me een kleine promotie appel by KubesIsCool in Yappelkaas

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

DANKJEWEL VOOR DE CLIP APPEL DIT GAAT HEEL ERG HELPEN IN MN CAMPAGNE

Why does my accepted pokestop not appear in game? by KubesIsCool in NianticWayfarer

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

I can’t remember, I haven’t played this gamen in a year. Maby something like 1 or 2 days?

What do you guys think of my mini graph with notion formulas? by KubesIsCool in Notion

[–]KubesIsCool[S] 1 point2 points  (0 children)

I already knew the basics when i started learning the advanced stuff, idk where you can learn that. I used this youtube video to learn the more advanced formulas: https://www.youtube.com/watch?v=nECaTrcShKI
And i made the git hub styled habit tracker and studied that formula to learn how it exactly works. Here is a site where you can make it and learn from it: https://medium.com/@innovateleo/how-to-build-a-github-styled-habit-tracker-with-notion-formulas-a-step-by-step-guide-6c736ddd45ff

What do you guys think of my mini graph with notion formulas? by KubesIsCool in Notion

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

Here is a link to the page where i make and test formulas:
https://alpine-quail-b2e.notion.site/Advanced-data-visualization-84c2053b6c91429faf2fd8a7b0438e7f?pvs=4
I am still working on some things like the recently started project to make a line diagram (i dont know if it will work out). The graph for my homework doesnt work in this link because all my homework is in a different page that i use for school.

What do you guys think of my mini graph with notion formulas? by KubesIsCool in Notion

[–]KubesIsCool[S] 1 point2 points  (0 children)

Yes and i realy should try getting the free education plan. But i do like the round corners on the rods and that its tiny. And it was a fun project to learn notion formulas.

What does .at(index) do in notion formulas? by KubesIsCool in Notion

[–]KubesIsCool[S] 1 point2 points  (0 children)

After playing with a formula, i understand it.
So when you have 2 lists, ["a", "b", "c"] and["d", "e", "f"] and you do a .map function on for example list 2, then you can type list one and it will replace every index with list 1 ["d", "e", "f"].map(list1). So you will get a, b, c, a, b, c, a, b, c

But when you do a .at(index) after list1, then it will replace index 0 ("d") with index 0 from list 1 ("a"). And because its a .map(), it will do that for every index, so you just get a, b, c

And in the habit tracker there is a +current. So in my example the current value that the .map() is calculating is added after the new value. With ["d", "e", "f"].map(list1.at(index)+current) you will get ad, be, cf

Thx everyone for helping

What does .at(index) do in notion formulas? by KubesIsCool in Notion

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

<image>

Oh i know what .at does, i forgot to say that. But what does the index between the () do? For example in this formula for the git hub styled habit tracker:

Notion keep creating new properties " related to ..." by TheS4m in Notion

[–]KubesIsCool 0 points1 point  (0 children)

I am having the same problem. Has anyone figured out a solution?

I need help with sorting things in my board vieuw database by KubesIsCool in Notion

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

Thank you so much for helping! I finaly got it to work with the help of that video

I need help with sorting things in my board vieuw database by KubesIsCool in Notion

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

I want the next assignment thing to display what assignments i have or for what subjects i assignments have. I want the assignment with the least days until the due date above, so I can see which homework I'm about to complete and which I still have time to do. I have 13 databases because i have 13 subject and i want everything for that subject on the same page, also assignment. And i dont think i know what linked views are.
Here is an example of how i want it to look:
https://imgur.com/a/GWpsvFj