December 6, 200520 yr I’m trying to calculate percentage of sales by city in a summary report using the get summary function. Below is the formula (I thought would work). Percentage Value = GetSummary (Total Sales, City) / GetSummary (Total Sales, Total Sales) Total Sales is the summary field. City is the sort field (break field). The Total Sales value displays fine in the subsummary part but the percentage value returns 0.00% Can someone please help me out on this?
March 3, 200619 yr (GetSummary ( Total Sales;City )/Total Sales )*100 This would give you each City Percentage ** Make sure you sorted by city and to give u a better look, goto Preview. Edited March 3, 200619 yr by Guest
Create an account or sign in to comment