<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MDX Expression to get LevelX Member Properties('X') in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53875#M1009</link>
    <description>Included are some examples from Microsoft: &lt;A href="http://msdn.microsoft.com/en-us/library/ms144821.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/ms144821.aspx&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Your examples below appear to be at a higher level than what the documentation states - you will need to select an individual member.&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
[SalesDimension].[SalesHierarchy].[Region].[State].[City].Properties('AliasName')&lt;BR /&gt;
&lt;BR /&gt;
If you still get the error message in Information Map Studio you can choose to move forward anyway. I would then suggest grabbing the MDX code from the IMap Test Screen and testing in Base/EG.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
    <pubDate>Wed, 22 Dec 2010 13:19:21 GMT</pubDate>
    <dc:creator>AngelaHall</dc:creator>
    <dc:date>2010-12-22T13:19:21Z</dc:date>
    <item>
      <title>MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53874#M1008</link>
      <description>Hi Guys,&lt;BR /&gt;
I try to add a Data Item Property Expression in my Info Map.&lt;BR /&gt;
Intead of the default member name on Level SalesRep I want to get the MemberProperty "AliasName".&lt;BR /&gt;
I tried all the MDX expresssions but had no luck:&lt;BR /&gt;
&lt;BR /&gt;
InfoMap Expression Editor:&lt;BR /&gt;
&lt;BR /&gt;
(SalesRep).Properties('AliasName')&lt;BR /&gt;
OR&lt;BR /&gt;
[SalesDimension].AllMembers.Properties('AliasName')&lt;BR /&gt;
&lt;BR /&gt;
"invalid and cannot be used in a query"&lt;BR /&gt;
&lt;BR /&gt;
I would be gratefull for any help.</description>
      <pubDate>Wed, 22 Dec 2010 10:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53874#M1008</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-12-22T10:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53875#M1009</link>
      <description>Included are some examples from Microsoft: &lt;A href="http://msdn.microsoft.com/en-us/library/ms144821.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/ms144821.aspx&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Your examples below appear to be at a higher level than what the documentation states - you will need to select an individual member.&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
[SalesDimension].[SalesHierarchy].[Region].[State].[City].Properties('AliasName')&lt;BR /&gt;
&lt;BR /&gt;
If you still get the error message in Information Map Studio you can choose to move forward anyway. I would then suggest grabbing the MDX code from the IMap Test Screen and testing in Base/EG.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Wed, 22 Dec 2010 13:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53875#M1009</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-12-22T13:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53876#M1010</link>
      <description>Hi Angela,&lt;BR /&gt;
thanks for that. I was afraid I had to select an individual member and unfortunately&lt;BR /&gt;
this does not helpe me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Depending on the information map I want to display the AliasName instead&lt;BR /&gt;
of the real name. Different hierarchies does not work either since the levels would not change just the member name.&lt;BR /&gt;
Thanks again</description>
      <pubDate>Wed, 22 Dec 2010 13:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53876#M1010</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-12-22T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53877#M1011</link>
      <description>This sounds like a situation where using a stored process with your custom proc sql mdx code would be appropriate. You could then setup the information map to access it and define the table for your Web Report Studio users.&lt;BR /&gt;
&lt;BR /&gt;
My #SASTalks webinar on Thursday last week covered how to do this for switching a query on an RDBMS - but the method would be the same in this case.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Wed, 22 Dec 2010 13:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53877#M1011</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-12-22T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53878#M1012</link>
      <description>Thanks Angela. I will try that.</description>
      <pubDate>Tue, 28 Dec 2010 09:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53878#M1012</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-12-28T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: MDX Expression to get LevelX Member Properties('X')</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53879#M1013</link>
      <description>Hello,&lt;BR /&gt;
I have had a look at opening a cube in EG and it seems I have to define a slice and temporary table as well. associating the stored process to an information map also requires a table. now, this is getting a bit too component heavy.&lt;BR /&gt;
I was hoping to build a query or mdx expression (to just get the member property e.g. alternative naming of members in a different language) that queries the cube without going all the way through sas data sets, tables,views, slices, etc. is that possible?</description>
      <pubDate>Tue, 28 Dec 2010 11:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/MDX-Expression-to-get-LevelX-Member-Properties-X/m-p/53879#M1013</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-12-28T11:42:55Z</dc:date>
    </item>
  </channel>
</rss>

