<aside>
:undated-question-mark_planswer: W H A T D O E S I T D O ?
This setup returns the total of the numbers typed in “WordCount” property in the same database that this property exists. It uses a secondary “Counter” database to count & calculate externally, and then that sum is rolled up to the main database. Now it lists the word counts by genres too! The technique can be used for calculating a total of numeric values in a database and showing it in a property.
</aside>
<aside> <img src="/icons/home_yellow.svg" alt="/icons/home_yellow.svg" width="40px" />
M A I N D A T A B A S E
</aside>
<aside> <img src="/icons/server_yellow.svg" alt="/icons/server_yellow.svg" width="40px" />
C O U N T E R
</aside>
<aside> ⚠️
This example is intended for personal/educational use only and may not be copied, shared, or distributed, in whole or in part, for any commercial purposes. All rights reserved by Planswer Lab.
</aside>