Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i do a calendar with four years independent of application data?
thank you for your help
A simple one can look like this:
LOAD Date,
month(Date) as Month,
year(Date) as Year;
LOAD Date(makedate(2013)+recno()-1) as Date
autogenerate 4*365+1;
A simple one can look like this:
LOAD Date,
month(Date) as Month,
year(Date) as Year;
LOAD Date(makedate(2013)+recno()-1) as Date
autogenerate 4*365+1;
Check this http://www.quickqlearqool.nl/?p=160
i was cheking it now.. but i don't understand very well
i will study more and any doubt that i mighty have i'll say
thank you for your help
thank you
it's very helpful