Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDX - query help req

Former Member
0 Likes
272

hi,

could u explain about MDX statement with where conditons.

the sample code requirment as follows :

append_mdx 'SELECT'.

append_mdx '{ Measures.[/AGS/CT_LUAVA] ,'.

append_mdx 'Measures.[/AGS/CT_LUREC] ,'.

append_mdx 'Measures.[/AGS/CT_LUDIS] }'.

append_mdx 'ON COLUMNS,'.

append_mdx 'NON EMPTY [/AGS/CT_PRTID].MEMBERS ON ROWS'.

append_mdx 'FROM $/AGS/CT_M20'

regards

Giri

1 REPLY 1
Read only

Former Member
0 Likes
251

f