BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi there, I want to use member property to form a valid Set. Is it possible?
For example if I have a hierarchy
[TimeDimension].[Year].[Week]
and if I want to have a lookup for year and week, can I declare 2 member properties for comparison year and week?? say, prev week and prev year and use it in my set like this:-
[TimeDimension].[iif([TimeDim].currentmember.level is [TimeDim].[Week],
StrtoValue([TimeDim].currentmember.properties('Preyear')),0)]
.[iif([TimeDim].currentmember.level is [TimeDim].[Week],
StrtoValue([TimeDim].currentmember.properties('Prevweek')),0)]

So if current year is 2008 and I want to get data for a measure say Sales for 2007 for a period which is NOT like for like will this work???

Note: both member property has been assigned to level Week
1 REPLY 1
deleted_user
Not applicable
Just to update this track. Example would be
[TimeDimension].[2007].[5] and if it retrieves any measure then

([TimeDimension].[2007].[5], measure1)

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 572 views
  • 0 likes
  • 1 in conversation