Help with Dataview Inline tag syntax

Things I have tried

Trying to do a search for 2 online items

Meeting:: example 1
Status:: completed

This works to show all meeting types example 1

Table 
WHERE (meeting = [[example 1]])
Sort file.name asc

When trying to sort my meeting type and status I get zero results

Table 
WHERE (meeting = [[Tumor Board]]) AND (status = completed)
Sort file.name asc

What I’m trying to do

I have decided to use inline :: rather than yaml for dataview. Very beginner here, but able to search for single items and having issues with multiple item syntax. Have tried contains phrases, AND, as well as () but can’t get expected results.

Dataview plugin snippet showcase - Share & showcase - Obsidian Forum

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