Hi Obsisidian/Dataview community. Thanks in advance for your help!
I would like to include multiple fields (from YAML) in a single column in a Dataview TABLE.
For example, I have two notes, with YAML fields for either doi
or isbn
:
I would like to create a table that shows both doi
and isbn
in the same column called id
.
Note that in my current structure, no note will have both doi
and isbn
so id
would always only include one or the other.
I can include doi
and isbn
as separate columns or a boolean of whether either exists:
However, I’m stumped as to how to get the actual doi
and isbn
to display in the id
column. I’ve tried playing around with Dataview functions but haven’t figured out how to get those working.
Any suggestions would be much appreciated!