Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Algorithm for missing dates.
Message
 
To
30/07/2009 18:51:34
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01415572
Message ID:
01415601
Views:
71
This message has been marked as a message which has helped to the initial question of the thread.
> but I have to solve another issue with skipping/ignoring completely empty weeks.

What issue? It looks like we don't have all requirements yet. <s>

It sounds like you should determine min and max dates, then round to whatever period you use (week, months). Determine the number of days and start with REPLICATE(".",nDays). Then use STUFF() at position dDate-DMin+1 to replace the dot with character code. This would need to happen in a loop.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform