strange… i’ve had this working since dataview came out as a work around because the emoji only work in the where clause not the from clause:
Input:
table tags, file.ctime.year as CY, file.ctime.month as CM, file.ctime.day as CD, file.mtime.year as MY, file.mtime.month as MM, file.mtime.day as MD
from ""
where tags = "🧠️/📝️/🌱️"
sort file.ctime asc
Output:
But now even that has been fixed:
table tags, file.ctime.year as CY, file.ctime.month as CM, file.ctime.day as CD, file.mtime.year as MY, file.mtime.month as MM, file.mtime.day as MD
from #🧠️/📝️/🌱️
sort file.ctime asc