Hello,
Is it possible to count something from the creation date of the current month only?
Example: If the query is performed on the 5th… add all the items created since the 1st of that month.
Tks
Hello,
Is it possible to count something from the creation date of the current month only?
Example: If the query is performed on the 5th… add all the items created since the 1st of that month.
Tks
Hi @ewerton.cco
Possible, with the help of countdown component within a filtered list that have boolean to mark after totalling up.
Hi @Yongki
I’m glad to hear there’s a possibility, but I didn’t understand. could you be more specific? thanks
First, create a numbers property to hold value in users collection
Second, add a boolean property at the collection that need to be totaled
Third, have a countdown inside a filtered list that its action is to update the property at first step and change to true for the boolean at second step
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.