Dataview plugin snippet showcase

Hi @Saorsa, if I understand what you are asking then that is easy. You just use the != null

Here is my data view for “Rating”. I rate most days and this excludes the days I forget. The data comes back perfect and it would be great to be able to create a bar chart by week and month so I can visualize the rating over time. If you see any code like that let me know. Thank you

LIST Rating
FROM "MobNotes"
Where Rating != null
SORT file.name DESC