Sintomas, doenças, transtornos e alterações

/flower

TABLE WITHOUT ID
	grupo AS "Grupo",
	map(rows, (r) => link(r.file.path, r.title)) AS "Notas"
FROM
	#conhecimento/alterações
WHERE
	TipoNota = "alterações"
SORT
	file.name ASC
FLATTEN
	grupo
GROUP BY
	grupo
table without id grupo
from #conhecimento/alterações 
flatten grupo
group by grupo
list from #conhecimento/alterações 

© 2025 All rights reservedBuilt with Flowershow Cloud

Built with LogoFlowershow Cloud