XFGetCell Formula Question

OSAdmin
Valued Contributor

When building CubeViews there is the .remove string that you can use to exclude a member from a hierarchy that you are pulling. Is there a way to replicate this with =XFGetCell formulas? Or in general, a way to include more than one member in an XFGetCell formula?

Posted by Dylan Cox

Migrated from Champions

3 REPLIES 3

Cosimo
Contributor II

Negative. The XFGetCell function can only pull one cell intersection as a time pointed by the POV you provide as parameters.

LeeB
Contributor II

Not within a single XFGetCell but you can combine them in Excel formulas e.g.

 

LeeBown_0-1665506000131.png

 

image.png1163×235 10.1 KB

 

 

To add to Lee’s suggestion, you could also pull a parent then subtract a base member or two if that’s an easier way to get to your solution.
The XFGetCell is pulling one specific intersection as opposed to the member filters used elsewhere so it’s a little more limited.