Whatis the correct formula to display the value of the raw data column of “Revenue” plus a 5%
margin?
SELECT([‘Revenue’] *1.05)
SELECT([‘revenue’] *1.05)
sourceField([‘Revenue’] *1.05)
sourceField([‘revenue’] *1.05)
Submit