Hello, how to find the sum of the numbers from database? I use the formula SUM_BY_KEY(datavar, “properties”) but it only adds 2-3 digits only.
Hi,
SUM_BY_KEY
should work for the whole list, are you sure your data variable has all the items you’re expecting? Are you sure each item has a number type value in that property?
1 Like