How to count the number of tiddler creators?

Hello again.

Do you know how a filter could be made to show the number of different entries in the creator field, but not take into account tiddlers without a creator, that is, the creator field would not be null.

I have tried the enlist filter but I can’t get it to work. I don’t know if it can be done any other way.

Thank you so much.

Unless I misunderstood what you want, something like this filter should work:

[all[]has[creator]get[creator]unique[]count[]]
1 Like

Hello @DFood.

Your code did what I needed, I simply had to change author to creator.

Thank you so much.