I have this mdx query:
with member [Measures].[MemberName1] as '[dequipo.jequipo].CurrentMember.Caption' select NON EMPTY {[Measures].[MemberName1]} ON COLUMNS, Hierarchize(Union({[dequipo.jequipo].[All dequipo.jequipos]}, [dequipo.jequipo].[All dequipo.jequipos].Children)) ON ROWS from [Ctrabajo]
I want the values of the caption field. With this query I have them. however, for the case [dequipo.jequipo].[All dequipo.jequipos] hasnĀ“t got a caption value. It shows "All dequipo.equipo" but i would like to show only ALL or another word like "TODOS"(Spanish word).Any ideas please?