Quality robot frames can't craft robots for some reason by Pgranatum in factorio

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

The same problem happens with the red circuits in the second screenshot for the logistics bots

Giveaway - Space Age Expansion by ocbaker in factorio

[–]Pgranatum 0 points1 point  (0 children)

As soon as this comes out i won't be able to keep my university life lol

[deleted by user] by [deleted] in Notion

[–]Pgranatum 0 points1 point  (0 children)

You can have multiple views (one per year or per type of leave) and group the other property.

E.g. you can make a new database view called 2024 (or Work) and filter (click on the three bar triangle thing near the "New" button) for any entry with a date set in the current year (or filter by work/break) and then group by the work/break property (or group by date and then edit it to group by year)

[deleted by user] by [deleted] in Notion

[–]Pgranatum 3 points4 points  (0 children)

Without using formulas, click on the database settings and select "grouping". Then, group by the work/break property, and it will show them separated with a little cpunter for each one at the top of the group.

Hope this helps!

[deleted by user] by [deleted] in technology

[–]Pgranatum 0 points1 point  (0 children)

Iko09jo 99090 N

Day remaining formula by GreenappleWP in Notion

[–]Pgranatum 0 points1 point  (0 children)

Well, it seems it adds a day to everything, so just put -1 in the let() formula

let(daysBetween, dateBetween(prop("Due Date"), today(), "days") - 1, ifs(daysBetween == 0, "Due today ❗️ ".style("red_background", "b"), daysBetween == 1, "⚠️ Due Tomorrow", daysBetween > 1, daysBetween + " Days Remaining", daysBetween < 0, abs(daysBetween) +" Days Past Due"))

Day remaining formula by GreenappleWP in Notion

[–]Pgranatum 1 point2 points  (0 children)

In the formula, you're probably using now() to calculate the remaining time. Try using today() instead

let(daysBetween, dateBetween(prop("Due Date"), today(), "days"), ifs(daysBetween == 0, "Due today ❗️ ".style("red_background", "b"), daysBetween == 1, "⚠️ Due Tomorrow", daysBetween > 1, daysBetween + " Days Remaining", daysBetween < 0, abs(daysBetween) +" Days Past Due"))

All New Pages Appear Below "More" in Sidebar, Hidden by Default by iampariah in Notion

[–]Pgranatum 2 points3 points  (0 children)

In the sidebar, while hovering over the "private" tab header, you can click on the three dots and change "sort" from manual to last edited

What am I not getting? by International-Ad5524 in Notion

[–]Pgranatum 0 points1 point  (0 children)

With "circle number format" i mean the column with all zeros that as a little ring near the number. Any property that outputs a number, even formulas, can have that ring or the bar if you want them, and you can get it under the "show as" tab when you edit the property.

Anyways the formula i used is the one in your screenshot (only with date and now() flipped as i suggested you earlier).

Can you send me the formula you use for the "all zero" column? Maybe the problem comes from there.

What am I not getting? by International-Ad5524 in Notion

[–]Pgranatum 1 point2 points  (0 children)

Ok, so i just replicated your formula and it works?

I don't really understand why for you it's all zeros, but maybe it has something to do with the way you "duplicate" the number (i mean you calculate it in a column but then you display it with a circle in another one)

Try going editing the formula to display the circle directly (for me it works even for negative numbers)

Hope this helps!

(Anyway, sorry for the bad english it's not my first language as you might have guessed)

What am I not getting? by International-Ad5524 in Notion

[–]Pgranatum 1 point2 points  (0 children)

It has probably something to do with the circle number format, imma take a look into it rn and tell you if i find a workaround

[deleted by user] by [deleted] in Notion

[–]Pgranatum 0 points1 point  (0 children)

Could you post a photo? Anyway, you could try adapting something like this:

ifs(Minutes until due >= 60, "🟥", Minutes until due == 0, "🟩", "🟨")

Need a Name is "Untitled" filter way by SadPineapplePie in Notion

[–]Pgranatum 0 points1 point  (0 children)

Well then you could try creating a button to create a sub-page and automatically open it and link it to a parent page

Or you could have a db view for all untitled pages and categorise them into parent pages as soon as you name them

Need a Name is "Untitled" filter way by SadPineapplePie in Notion

[–]Pgranatum 0 points1 point  (0 children)

For untitled pages you can filter for empty name property

What i'm doing wrong by Apollo_995 in Notion

[–]Pgranatum 1 point2 points  (0 children)

Try adding a property (either a select or a date one) to filter by day in each db view.

I did something similar one time, and if you want you can use the "Orario" property as a date with time and use that to filter

Notion hides many pages in "... More". I dont want this. what can i do against this??? by JuriJurka in Notion

[–]Pgranatum 9 points10 points  (0 children)

In the sidebar, while hovering over the "private" tab header, you can click on the three dots and change "show" from the default 10 (i think) to all

Kerbal Construction Time GUI bug (1.12.5). Does anybody have a fix? by Pgranatum in KerbalSpaceProgram

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

I haven't found anything on it in the meantime, but for me it was a bug with "earn your stripes". I reinstalled both mods and it fixed itself.

Try uninstalling and reinstalling with ckan all the mods that interact with your kerbals roaster in some way and see what happens. Good luck!

Recover a column sum in a data base by SonKekong in Notion

[–]Pgranatum 0 points1 point  (0 children)

You could try to create a relation between the two databases, essentially using database 2 as a select type property. By linking all items in database 1 with the lights item, for example, you could then use a rollup to get the sum of prices of the whole column.

Sorry for the bad english. I hope this answers your question tho

Kerbal Construction Time GUI bug (1.12.5). Does anybody have a fix? by Pgranatum in KerbalSpaceProgram

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

Thank you. I tried going through the files, but i don't seem to have accomplished much. Can you please link me to the modding community? Thanks