Formula sometimes not showing and inconsitent results #828
Unanswered
SchittBull
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @SchittBull . what i think is happening: row 14,15 and 16 => Subcategory key does not exists my proposed solution: `${row.Name}_${row.ContainerType}_${row.Category}${row.SubCategory ? "_"+row.SubCategory : ""}` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Contact Details
hello@manikmoellers.de
What happened?
...not showing
I use a formular column to ad multiple columns together like this to generate a Name.
${row.Name}_${row.ContainerType}_${row.Category}_${row.SubCategory}
Often times the resulting Name is not shown until I refresh by changing the formula slightly back and forth.
...inconsitent results
Also if a row has no value sometimes it gets green and sometimes I get an "undefined". For example in row 11 "SubCategory" is missing but instead of getting an undefined, the "-" between "Name" and "ContainerType" is deleted and the font is green. On row 14 its just _undefined in at the end.

I uploaded the folder I used
Pipeline.zip
What platform were you using?
Desktop
Version of the plugin
3.3.0
Relevant log output
No response
Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
Beta Was this translation helpful? Give feedback.
All reactions