Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
Hi!
You could try to extract the year-month part of the date and generate a simple table with year-month and the number of days therein. You should be able to do that easily in a spreadsheet application Then join on the month, use Aggregate to count the days and if the number of days is less than the number of days in that month, remove the data.
Regards,
Balázs
You could try to extract the year-month part of the date and generate a simple table with year-month and the number of days therein. You should be able to do that easily in a spreadsheet application Then join on the month, use Aggregate to count the days and if the number of days is less than the number of days in that month, remove the data.
Regards,
Balázs
You could try to extract the year-month part of the date and generate a simple table with year-month and the number of days therein. You should be able to do that easily in a spreadsheet application Then join on the month, use Aggregate to count the days and if the number of days is less than the number of days in that month, remove the data.
Regards,
Balázs