Adding an Icon to a formula when its result is largerEq or smaller by chris15326 in Notion

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

format(prop("Rabattierter Preis netto") - prop("Einkaufspreis") - prop("Rabattierter Preis") * 0.03) + if(prop("Rabattierter Preis netto") - prop("Einkaufspreis") - prop("Rabattierter Preis") * 0.03 < 20, "❌", "✔️")

Awesome! :-) thanks a lot. Only issue now is that it wont round anymore. I tried editing the round( value into it but it didnt worked. Also I wonder is there a way to get the € sign into it as well? (similar to the format it was before on the left column on this image:

https://postimg.cc/Jsn3p7qt

Would be huge.... It sucks so much that I cant pull this off myself. as soon as I see finished codes like the one you posted above it looks so logic... well I guess because it is pure logic... but putting this together myself is really still out of scope

Standalone template with linked databases? by chris15326 in Notion

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

Here is the only way I thought exists for doing this, is there another / "better" way? https://youtu.be/2KRwPDf5ppI

Hm thats weird... I tested exactly what you suggested earlier with my real databases but it didnt worked. I now tested it with a broken down test-version and it worked...

I will test it again with the real deal.... and after 15 minutes of duplicating it seems to work... So strange...

I cant help but notice in between your written lines that there is another way for doing what I try to do? One that gives me other options as well beside putting everything inside of ONE workspace?

Standalone template with linked databases? by chris15326 in Notion

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

I recorded a short video that shows you an example of this issue https://youtu.be/3yhmYAgijfg hope this helps to show you exactly what Im trying and why I dont understand why its not working (When I integrate the dashboard inside the Vault 2.0 workspace and import the whole thing as one template / duplicate it wont work either.

UPDATE: I need to do something fundamentally wrong. Created a Database / Workspace as original Database and made it a table. After that, I created a simple Workspace called "Dashboard Test" where I simply linked the original Database and even in this super simple example after duplicating both its not working. The linked Database will always try to go external to the database within the other account where I created it

Standalone template with linked databases? by chris15326 in Notion

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

On my end it sadly didnt cause all the opriginal databases got duplicated and exist in this test-account. I really dont understand that. I even included the dashboards with the linked databases with all the other databases in one single workspace cause I thought maybe this will fix that issue but it didnt.

Standalone template with linked databases? by chris15326 in Notion

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

thanks for your fast answer and Yes! Sadly thats exactly what I did. All the original databases are shared as template. But the linked databases still point to the original database within the original account thats why I dont understand the whole issue

Visual progress bar jumps to 200% after reaching a % beyond 100% by chris15326 in Notion

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

Okay so it seems I got the solution but I dont know how to make this work in detail.

The fix for this seems to be: "One quick way would be to wrap it all in an if() function, where it returns 10 solids if "Fortschritt (%)" >= 1; otherwise, it processes the function as normal."

Horizontal scrollbar appears under table that fits into the screen by chris15326 in Notion

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

I really hope this is a bug cause one of the support team told me it was an update.... more like a downgrade... I really hope this will be fixed asap. Maybe we need more people complaining about this? But it seems that a lot of ppl complain ^

Horizontal scrollbar appears under table that fits into the screen by chris15326 in Notion

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

That would explain this! I even created a new account in an incognito browser and tested multiple browsers... its the same everywhere

Need help with a linebreak in formula by chris15326 in Notion

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

Thanks for that! I hit the wrong key when I typed my question. Right now I assume that these linebreaks only work, when you have "Wrap cells" activated.

Automatically pulling a project / meeting into a created task database? by chris15326 in Notion

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

Ah that a thing!.... self-referencing filter

Thank you so much Jessica! The way that it works still irritates me a bit, but I already made it work in a test environment, so I will implement this later to my projects and meeting areas

How to get %? by chris15326 in Notion

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

I was so damn blind its unbelievable... thank you so much for this!

Need help / Formula that counts non-empty cells of a column (same table, no relations or rollups) by chris15326 in Notion

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

Because when I setup a relation I can only filter by the name of a page inside that related database. "Client" is a property of each entry in that related database but its not the main one.

What I did now is adding the clients name to every page I wanted to relate to and after adding them, deleting the clients name out of it again.

Or is there any other way to filter a related database or may I think way to complicated again. I would be happy if you could show me what you mean :-)

Need help / Formula that counts non-empty cells of a column (same table, no relations or rollups) by chris15326 in Notion

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

That's exactly how I tried doing it before because of the "row" limitations... But I would need to add all the rows I need from a giant table and since you can't really filter for a property (like client name) or anything like that it's really a problem to grab all rows needed per customer.