Frank Cazabon wrote on 2013-05-02:
> I didn't realise this was fpw!
>
> Frank.
>
> Frank Cazabon
>
> On 02/05/2013 09:49 AM, Charles Hart Enzer, M.D., FAACP wrote:
> Dear Gérard:
>
> Thank you.
>
> I can't AUTOJOIN in FPW2.6a
>
> -- *Charles* --
Charles,
It sounds like you need to get the dates, then loop through this and do
individual calculations to get your counts and insert into your own cursor.
Create cursor csrCounts (date d, counts i)
Select date from {cursor} where {clause} group by 1 into cursor csrDates
Select csrDates
Scan all
Select {cursor}
Calculate count(amount) for {clause} to dateCount
Insert into csrCounts (csrDates.date, dateCount)
Endscan
Tracy Pearson
PowerChurch Software
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.