You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to filter a list of files depending on what inline metadata they have.
The inlinefield is a link to a MOC file, im have trouble getting dataviewjs match a link.
File metadata:
projekt:: [[linktomoc]]
query:
let meeting = dv.pages('"linktofolder"').where(t => !t.file.path.includes("Mallar")).sort(n => n.status);
var checkprojektstatus = meeting.where(t => t.projekt);
var meeting1 = checkprojektstatus.where(t => t.projekt == "linktomoc");
dv.list(meeting1.file.link)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Im trying to filter a list of files depending on what inline metadata they have.
The inlinefield is a link to a MOC file, im have trouble getting dataviewjs match a link.
File metadata:
projekt:: [[linktomoc]]
query:
let meeting = dv.pages('"linktofolder"').where(t => !t.file.path.includes("Mallar")).sort(n => n.status);
var checkprojektstatus = meeting.where(t => t.projekt);
var meeting1 = checkprojektstatus.where(t => t.projekt == "linktomoc");
dv.list(meeting1.file.link)
Beta Was this translation helpful? Give feedback.
All reactions