Hi,
I have parent & child repeat. Parent-Repeat are Storages and Child-Repeat are Books.
I am using sum(${}) and coalesce(${},0) to count all books, but when I add new Storage ID, the Total Number of Book reset and started to zero.
Is there a way how to count all books? or how many book already counted?
From the picture below, the Total Numbers of Books should be 3 books.
Thanks.


