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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 582 views
  • 0 likes
  • 1 in conversation