Forum Discussion
Previous Year vs SAMEPERIODLASTYEAR
- 7 years ago
Hi Anonymous,
Previousyear: This function returns all dates from the previous year given the latest date in the input parameter. For example, if the latest date in the dates argument refers to the year 2009, then this function returns all dates for the year of 2008, up to the specified year_end_date.
SAMEPERIODLASTYEAR: Returns a table that contains a column of dates shifted one year back in time from the dates in the specified dates column, in the current context.
So as LivioLanzo said, to use which one is up to your circumstance.
Regards,
Frank
- 7 years ago
Hi,
Yes. SAMEPERIODLASTYEAR() would be the best choice there. You may also want to review my post here - Show sales only for corresponding months in prior years.
Hope this helps.
Hi Anonymous,
Previousyear: This function returns all dates from the previous year given the latest date in the input parameter. For example, if the latest date in the dates argument refers to the year 2009, then this function returns all dates for the year of 2008, up to the specified year_end_date.
SAMEPERIODLASTYEAR: Returns a table that contains a column of dates shifted one year back in time from the dates in the specified dates column, in the current context.
So as LivioLanzo said, to use which one is up to your circumstance.
Regards,
Frank
- Anonymous7 years agoNot applicable
Thanks Frank!!