Table due, corelink
From "Projects"
Where Status != completed
Where corelink
Where corelink = "[[corelink- 1]]"
Sort due asc
I need help formulating the second ‘where’ query above. Corelink is a multifile field which can contain a list of links. How do I correctly syntax a query to search for one specific link.
Things I have tried
Various syntax! Reading the dataview help. Searching the forum.
New to this. I would really like to learn some basic sql so any pointers to first steps reading or sources welcome!
Thank you so much for taking the time and working this out. I don’t think I would have gotten there.
That works great. Now I can work back along what you did and learn more. Thank you.