Concatenate dimension value in a cube measure
Posted: Tue May 13, 2014 9:39 am
Hi all,
I have a cube made up by 4 dimensions and 4 string measures.
A measure might be calculated (by a rule) concataining the other 3 measure and the dimension values as follows (it's an example):
M1, M2 and M3 can be cancatenated using :
['M4'] = ['M1'] | ['M2'] | ['M3'];
How can I reference the dimension values in the above formula?
Thank you so much for your time.
I have a cube made up by 4 dimensions and 4 string measures.
A measure might be calculated (by a rule) concataining the other 3 measure and the dimension values as follows (it's an example):
M1, M2 and M3 can be cancatenated using :
['M4'] = ['M1'] | ['M2'] | ['M3'];
How can I reference the dimension values in the above formula?
Thank you so much for your time.