Trouble with YAML and Dataview

I am trying to create a table of equipment for lab rooms, I have a database query based on my YAML data, but not everything is displaying, and I am trying to shorten the URL for the “link” data.

Things I have tried

Here is my YAML data:
Name:
Vendor:
Part Number:
Order Date:
Delivery Date:
PO:
Image:
Website:

This is the dataview query that I am looking to display:

table name as
"Name"
vendor
as
"Vendor", partNumber
as
"Part Number"
prderDate as
"Order Date"
, delivervDate
as
"Delivery Date", PO as
"p", ("![70]
("
+ Image +
'")")
as Image,
website
as
"Website" from
"Prescott Lab
Equipment/Tissue Culture/CO2 Incubators"

What I’m trying to do

When it populates the only parts that display are:
File: (I don’t want to display)
Name:
Vendor:
PO:
Image:
Website: I want a shortened URL, or just “link”

I am not sure why the other parts of my YAML data are not displaying.

Any help would be great! I am fairly new with Obsidian. Thanks! :slight_smile:

The query you place here is a mess… If you have some results we deduce you use another query, not this one (there are a lot of commas missing…, wrong field names)

About the values you don’t see… well, we don’t guess what (and how - the syntax) you place the values in frontmatter. But my main guess is: you have a problem with the keys as expressions.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.