2
List does not appear correctly
planned
I
Izzuddin Yussof
App id: 319054
Page: 19
For some mysterious and unknown reason....
The repeat list seems like it has a memory of it's own
I've clearly put only to repeat the data.alldocuments. And I've even put a 'count' function at the top to calculate the number of data available
But, whenever I change the time period of the data, there will always be some of the old data appearing at the top of the new list.
For example, Jan-Feb 2022 data should only contain 9 item
While it shows correctly at the 'count function' that I put at the top of the list, the list itself will contain a few extra lines that are not within the range of Jan-Feb 2022 data
I've been stressing about this for days. Please help
Thank you
Log In
Activity
Newest
Oldest
T
Timo Kapanen
planned
T
Timo Kapanen
This issue has been added to our development backlog
M
Mari Hirvi
Izzuddin Yussof I took a look at the app and you have another
rowData
container repeating from pageVars.list_docs
below the one that is repeated from data.allDocuments1
, could that be the source of the extra items?I
Izzuddin Yussof
Mari Hirvi: Hi Mari, that's not it. Because the bottom row is for the filtering function. It will only appear if user is filling in the filter list at the top right of the page
I once put a tagging on the table, to know if the one appearing is coming from the first repeating row or from the second repeating row. The result is that it comes from the first row.
the pageVars.list_docs is just a pageVar that I make to test whether it is the data.alldocuments1 that are buggy. But even after repeating the pageVars.list_docs instead of data.allDocuments1, the same problem occurs...
I
Izzuddin Yussof
Mari Hirvi: hi Mari
I tried to publish using runtime version 3.2.15 this morning and the issue didn't appear!
But then I make some update and wanted to rebuild it using the same runtime. To my despair the 3.2.15 is no longer there....
Could you please allow the publishing with runtime 3.2.15 back again please?
M
Mari Hirvi
under review
M
Mari Hirvi
Hi Izzuddin Yussof, thanks for the report. We'll look into what's causing this behavior in the app.