SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 14355: MDX Properties function has been updated to allow unformatted values to be returned

DetailsHotfixAboutRate It
Originally the MDX Properties function only returned the formatted value
of a property. Only returning the formatted value is not always desired.
The value of a property can be either numeric or character depending on
the property type.

The updated syntax for the Properties function is:

   member.Properties("String Expression", <TRUE | FALSE>)

If the new parameter for showing raw data is set to TRUE then the
Properties function will return the raw value for the property instead
of the formatted value. If the new parameter is set to FALSE, the
formatted string property is returned. The default for this parameter is
FALSE.

An example for sorting date values using the new properties function is:

   with  member [Measures].[mycalc] as
      '[product].currentmember.properties(""date"")'
   select
       non empty {crossjoin({[Time].[all time].children},
       {[measures].[mycalc]})} on columns,
       non empty order({[product].[sku].members},
       [product].currentmember.properties("date", TRUE),BDESC)
        properties [product].[sku].[date] on rows
   from myolapcube


A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:

http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014355

For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014355


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS OLAP ServerTru64 UNIX9.1 TS1M39.1 TS1M3 SP2
64-bit Enabled AIX9.1 TS1M39.1 TS1M3 SP2
OpenVMS Alpha9.1 TS1M39.1 TS1M3 SP2
64-bit Enabled HP-UX9.1 TS1M39.1 TS1M3 SP2
HP-UX IPF9.1 TS1M39.1 TS1M3 SP2
Linux on Itanium9.1 TS1M39.1 TS1M3 SP2
Linux9.1 TS1M39.1 TS1M3 SP2
z/OS9.1 TS1M39.1 TS1M3 SP2
64-bit Enabled Solaris9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows 2000 Advanced Server9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows 2000 Datacenter Server9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows 2000 Professional9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows 2000 Server9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows Server 2003 Standard Edition9.1 TS1M39.1 TS1M3 SP2
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows NT Workstation9.1 TS1M39.1 TS1M3 SP2
Microsoft Windows XP Professional9.1 TS1M39.1 TS1M3 SP2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.