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
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