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)

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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