Forum Discussion
kenostrovsky
2 years agoNew Contributor III
The Column name that is displayed on the report is separate from the column name in the cube view designer. You should remove the spaces from the column names so that your column math works. You can specify the display column name in the formula for that column using the "Name" parameter.
GetDataCell(CVC(SomeColumnName) - CVC(SomeOtherColumnName)):Name(Header Name)
Related Content
- 2 years ago