<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Jan 2016 09:46:00 Z</lastBuildDate><pubDate>21 Jan 2016 19:46:00 Z</pubDate><description>I'd like to make a little routine that would produce something like this:&#13;
&#13;
222221022022122&#13;
&#13;
It's a little visual to tell me how consistent my students are training each week. The part I can figure out is how to cycle through the database. The data base just has records each day a student attends (this can be broken down by program as it has a filed for ProgramID)&#13;
&#13;
So I need a routine that does this...&#13;
&#13;
Cycle through the records by week and then determine how many classes they took that week. Then it's a simple matter of printing them out. So something like this:&#13;
&#13;
For Each "Week"&#13;
Total attendance for this week&#13;
Add it to the string as a number&#13;
END&#13;
&#13;
Anyone have any ideas?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly/read.awp</link><title>How to count attendance weekly</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55989/read.awp</comments><pubDate>22 Jan 2016 09:46:00 Z</pubDate><description>Joel,&#13;
&#13;
I'm using an extra "dates" table for these kind of tasks. It's used to simplify the records you read. In the end you st…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55989/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55989/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly/read.awp">How to count attendance weekly</source><title>Re: How to count attendance weekly</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55988/read.awp</comments><pubDate>22 Jan 2016 09:34:00 Z</pubDate><description>Hi&#13;
&#13;
You can save a week number with a date. After that you can just do a&#13;
for each loop.&#13;
&#13;
Or you can just run a querie that …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55988/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55988/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly/read.awp">How to count attendance weekly</source><title>Re: How to count attendance weekly</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55982/read.awp</comments><pubDate>22 Jan 2016 01:00:00 Z</pubDate><description>Hi Joel&#13;
&#13;
first, you need to loop on all the records of one student, and not on the weeks&#13;
then for each record, you do a datet…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55982/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly-55982/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55976-how-count-attendance-weekly/read.awp">How to count attendance weekly</source><title>Re: How to count attendance weekly</title></item></channel></rss>
