Hi
I have a list of week numbers.
I want to have a function that returns a value if the week is the last of the month, a value if last of quarter.
For example :
if islastweekofmonth(weeknumber) and islastweekofquarter(weeknumber) then do something
is there a function that exists ?
thanks for any suggestions
I have a list of week numbers.
I want to have a function that returns a value if the week is the last of the month, a value if last of quarter.
For example :
if islastweekofmonth(weeknumber) and islastweekofquarter(weeknumber) then do something
is there a function that exists ?
thanks for any suggestions