Problem Note 14355: MDX Properties function has been updated to allow unformatted values to
be returned
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
SAS System | SAS OLAP Server | Tru64 UNIX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled AIX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
OpenVMS Alpha | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled HP-UX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
HP-UX IPF | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Linux on Itanium | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Linux | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
z/OS | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled Solaris | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows NT Workstation | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows XP Professional | 9.1 TS1M3 | 9.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.
Type: | Problem Note |
Priority: | |
Topic: | Query and Reporting ==> OLAP (Online Analytical Processing) System Administration ==> Servers ==> OLAP
|
Date Modified: | 2005-04-27 14:18:25 |
Date Created: | 2005-01-24 17:19:18 |