BookmarkSubscribeRSS Feed
PeterWijers
Lapis Lazuli | Level 10

Please try this one.

Works for me. Not sure if you want to use the function to filter from today on.

Greetings

09-03-2018 07-48-01.jpg

Jun_KP
Calcite | Level 5

Thank you both Sam and Peter for your inputs! I worked it out based on your inspiration of utilizing both DayOfWeek and WeekNumber functions. Here's the filter for displaying current week of the year:

 

( Datepart (Date)>= First Day of Current Year ) AND

( ( Datepart(Date)>= Datepart(Now())) OR ( DayOfWeek(Date) <= DayOfWeek(DatePart(Now())) ) ) AND

( WeekNumber(DatePart(Date)) = WeekNumber(DatePart(Now())) )

 

Jun

Sam_SAS
SAS Employee
Great! Glad to help 🙂

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 17 replies
  • 2517 views
  • 3 likes
  • 5 in conversation