I'm trying to get a Level member or value in Mondrian through Java code. Is there any way to do this?
I can take schema, hierarchy, dimension, and level through the getter Mondrian has, but unfortunately I can't find a way to access the value/member for each level.
For example in FoodMart schema,
Dimension: Store
Level: Store City
value/member: CA/WA/NY/ etc.
Thanks!