WAllison
3 years agoNew Contributor
Cube - Use manual input as input to another column calculation
 In a cube view, how can I use a manual input value in the formula in another column? 
 Col1 Col2 Col3 
 EndBal Input Value EndBal - InputValue 
 Many thanks in advance. 
 Winni 
- 3 years ago
I suspect what you're after are the CVC and CVR functions. Have a look at the section "Calculated Columns and Rows with References to Columns and/or Rows" in the Design and Reference Guide, which includes examples like
GetDataCell(CVC(Col1) - CVC(Col2)):Name(Variance)