Forum Discussion

OSAdmin's avatar
OSAdmin
Valued Contributor II
3 years ago

XFGetCell Formula Question

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

  • Cosimo's avatar
    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's avatar
    LeeB
    Contributor II

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

     

     

    image.png1163×235 10.1 KB

     

     
    • NicoleBruno's avatar
      NicoleBruno
      Valued Contributor

      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.