With reports such as you describe, I usually create a temp table and just print 
it as detail. 

Create temp table tAgeSummaries (titles etc. Age_Range TEXT (12), Range_Count 
REAL
CREATE VARIABLES for the titles such as .vReptTitle, .vRptTitel2 …

INSERT INTO tAgeSummaries (RptTitle, Title2, Age_Range, Range_count) +
  SELECT .vRptTitle, .vTitle2, Age_Range, COUNT(*) group by  …


SELECT <age_range> SUM/COUNT 

> On Feb 11, 2019, at 10:44 AM, 'Patti Jakusz' via RBASE-L 
> <[email protected]> wrote:
> 
> <SummRpt0.docx>

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to