Embedded note from data view

Hi, Thank you but that doesn’t work.

Here what I did, may be I don’t understood your proposition

TABLE length(rows) as "\#" FROM "Ontology language" 
FLATTEN file.outlinks as Outlink 
WHERE startswith(meta(Outlink).path, "Term") 
GROUP BY Outlink SORT length(rows) DESC
`=embed(this.file.outlinks)`

and now the error message

Dataview: Error:
– PARSING FAILED --------------------------------------------------

3 | WHERE startswith(meta(Outlink).path, “Term”)
4 | GROUP BY Outlink SORT length(rows) DESC

5 | =embed(this.file.outlinks)
| ^

Expected one of the following:

‘,’, /FROM/i, EOF, FLATTEN [AS ], GROUP BY [AS ], LIMIT , Not a comment, SORT field [ASC/DESC], WHERE , whitespace

Regards
Michel