Need help dataview

Hello,

I need help with dataview. I want to make a data list using this command:

dataview

list from “//** Database/***”

WHERE contains(location, “Le Kimiko”)

sort file.name asc

But this doesn’t work :frowning:

In the properties “location” is of type list and the said place is indicated as [[****]]. But if I just indicate Le Kimiko -without []-, it works.

How can I make it work with [[The Kimiko]].

Thanks in advance :wink:

Try either of contains(location, [[Le Kimiko]]) or contains(location, link("Le Kimiko").

This will ensure that you match with a link (instead of a text) against your location list of links.

Perfect thanks

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