Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
The script below retrieves for each filed both (Key) and (Text).
How do I modify my script to retrieve only the (Key) or (Text) field?
Thanks in advance,
Aldo.
myTable:
Load *;
Select PseudoMDX D
(
Dimensions (
[/XXX/YYY156X] () // SCOPE Level 01
,[/XXX/YYY401Z] () // ENTITY Level 01
,[/XXX/YYY6BOZ] () // TIME Level 01
),
Slices (
[/XXX/YYY6BOZ].[2014.01]
Measures (
[0MEASURES0000000000000009].[/XXX/LSDATA0000000000012] //LargeSignedData
From ($/XXX/YYYPV4M)
);