What is the correct formula to display the value of the raw data column of "RetailPrice' plus an additional 5 percent?
This is the correct formula to display the value of the raw data column of ''RetailPrice'' plus an additional 5 percent. The formula uses the sourceField function to access the raw data column, and then multiplies it by 1.05 to add 5 percent. The formula is case-sensitive, so the column name must match exactly with the raw data column name. Reference: [Formula Editor], [sourceField Function]
Currently there are no comments in this discussion, be the first to comment!