I need to create a Boolean to define data available (by month) between a start and end date, with the years listed in a separate column.
As an example:
A has a start date of 20050201000000 and end date of 20060301000000
B has a start date of 20070201000000 and end date of 20070301000000
The final table should look like (1 being data available):
IDYEARJANFEBMARAPRetc ..A200501111A200611100B200701100I would really appreciate your help and clear instructions :)