Philip
2 years agoNew Contributor
If logic in Cubeview
Hi, I am trying to build in an if statement in a cubeview (getdatacell formula) on the cell amounts. In specific:
If cellamount of CVC(col 10) > CVC(col 11) then CVC(col1) else CVC(col1).
The reason why I am trying to do this in a cubeview getdatacell is because the col 10 an col 11 are referencing other columns and those other columns are referencing other columns in return. A workaround would be to recreate these column references in BR or create new members with formulas doing similar. But I am trying to avoid recreating this if possible. Hope someone have ideas.