Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calendar

Hi,

How can i do a calendar with four years independent of application data?

thank you for your help

1 Solution

Accepted Solutions
swuehl
MVP
MVP

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;

View solution in original post

5 Replies
swuehl
MVP
MVP

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;

Not applicable
Author

Anonymous
Not applicable
Author

See my old document here: How to create a Calendar

Regards,

Michael

Not applicable
Author

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

Not applicable
Author

thank you

it's very helpful