Hi All,
I have 2 fields, yearsales and lastyearsales, and I also used trailers. I want to get the number of growth. Such (sum({yerarsales})/sum({lastyearsales})-1)*100 but this code didn't work.
I'm getting the following error.
Assignment - /var/www/rep/src/Reportico.php(4954) : eval()'d code Line 1 - Division by zero
Data
Fruit - YearSales - LastYearSales growth%
Apple 10 0
Banana 20 10 100%
Total 30 10 200%