I defined a PersonCls class which I assigned to the notes created in the Person folder.
The PersonCls class has a bool attribute IsGroup.
One of the fields in the class is MultiFile RefGroup, it is currently only filtered as dv.pages(‘’Person‘’) but I would like it to only list notes contained in the Person folder with attribute IsGroup=true, assuming the field exists.
And I would also like it not to list notes contained in Person/* subfolders.
How should I modify the Dataview query filter?
You are right, I had rewritten the code by hand and forgot the quotes, but in my field definition they are there.
However, adding the where did not work: now trying to add a value to RefGroup shows an empty list.
p.type can’t work: unfortunately, the class is also automatically assigned to subfolders.