Hi,
I have invoice list with dates. As the customer wants to see sales by week, I would like to consume the date in the form of Weeks with numbers. ex: week 1, week 2 week 3 with sales figures.
All I have is dates. I am able to manipulate my dates with all the options available like weekdays, quarter (q1, q2, q3, q4) etc. But I couldn't get weeks with number option.
Pls help with your suggestions. Thanks.
cheers
-satlr
Hi Sat_Ir,
If you have a dataset with a date (Invoice date) you can use the week number function (VA 6.3)
Create a new Calculated Item and use the formula week number(Invoice date).
Now you get the week number of the Invoice date. Do not forget to switch the numeric field to a Category before you start using it.
Ones it is a category, you can use it as a label in graphs or tables.
Sure this will work.
Otherwise this is the mathematical function
week_nr= INT(1+int((date+(3-mod(weekday(date)+5,7))-intnx('year',date+(3-mod(weekday(date)+5,7)),0))/7));
Greetings
brilliant! thanks Wijers. will try to incorporate this expression.
cheers.
satlr
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.