I am new to TM1 mdx query,actually I am ETL developer. Currently we are planing to pull the data directly from TM1 into our ETL process.
For this is I am creating TM1 mdx query in our ETL process.
Below is the query which I have created:-
Code: Select all
Select {[Branch].members} on rows, {[Time].members} on columns from mycube

How can I join these two dimensions?
Appreciate all your help!!
Thanks!!