Forum Discussion
db_pdx
5 months agoValued Contributor
I'm interpretting that your BR is generating a (complex) member expansion (as a string), correct? If so, you should be able to use regular MF variables. For example, your Cube View Column would be:
|!YourParameterThatResolvesXFBRString!|:Name(|MFTime| |MFView|)
Or if you are referencing the XFBR directly in the cube view column it would be something like:
XFBR(YourBRName, YourFunctionThatGeneratesMemberExpansionString, SomeParameter=|!YourCustomParameter!|):Name(|MFTime| |MFView|)
Cheers, -db
Related Content
- 4 months ago
- 10 months ago