bjurney
Active Member
- Joined
- Aug 24, 2009
- Messages
- 320
I have a Cubemember formula that looks like the following:
But what I would like to do is reference the name of the agent to a cell to look like this
No matter what variation I try, nothing seems to work to get a cell reference working. I tired a CUBEVALUE formula, but it returns a number and not a name like I would like. Any thoughts or suggestions would be appreciated.
Code:
=CUBEMEMBER("Cube Connection",{"[Sales Agent1].[Agent Name].&[LAST NAME, FIRST NAME]","[Source].[Source Name].[All]"})
But what I would like to do is reference the name of the agent to a cell to look like this
Code:
=CUBEMEMBER("Cube Connection",{"[Sales Agent1].[Agent Name].&["&A8&"]","[Source].[Source Name].[All]"})
No matter what variation I try, nothing seems to work to get a cell reference working. I tired a CUBEVALUE formula, but it returns a number and not a name like I would like. Any thoughts or suggestions would be appreciated.