Forum Discussion

GajendraS's avatar
GajendraS
New Contributor
5 months ago

Performance issue with Cubeview

Hi Team, I need to parameterize my Cubeview where I need to sum two flow member data and show it in my Cubeview , For which i need to write a rule in that rule I have to create a temporary variabl...
  • T_Kress's avatar
    5 months ago

    I am not following the use case 100% but if you need to add two flow members together, I would do so in the Flow dim (with agg weight of zero on the new parent).  Flow parents agg on the fly so you can pull into your cube view the new parent and then do whatever is needed with it.

  • TheJonG's avatar
    5 months ago

    Hi - can you post the getdatacell formula that you tried? The below should work:

    GetDataCell(F#RFX_input + F#UFX_input):Name(Total)