Display a message in a new column based on value in another column Example Display 'Balance Issue' text when [Total Balance] is greater than 500 IF([Total Balance]>500.00, "Balance Issue", "")Note: Need to have quotes for the text type output. |
|
Computed Columns > Tips and Tricks >
Message based on value
|