Dear friends
We can divide one filter by another decimal
[!is[system]get[text]split[]!is[blank]count[]divide[2.5]]
It doesn’t seem to be possible to divide one filter by another, or my syntax is wrong
[!is[system]get[text]split[]!is[blank]count[]divide[!is[system]sort[title]count[]]]
However, when using the widget, it can display normally. Could it be that the single-line filtering does not support complex nested relationships?
<$set name="number-of-tiddlers" value={{{ [!is[system]sort[title]count[]] }}}>
<$text text=<<number-of-tiddlers>>/> Average word count per article: <$text text={{{ [!is[system]get[text]split[]!is[blank]count[]sum[]divide<number-of-tiddlers>fixed[3]] }}}/> words
</$set>
Any reply would be greatly appreciated