The Replace Value feature is primarily used to change null or blank values in columns of a data source to enhance the appearance of widgets and dashboards. However, this replacement will not affect the following aspects of Bold BI applications:
The Custom Rule option for column-level Replace Value support is only applicable for Date and String data type columns.
Data Preview: The replaced values will not be reflected in the Data Preview grid of the data design view page of a data source, as it will show the original database value only.
Code View Mode: It is not possible to use the replaced value in the code view mode of a data source, as the code view mode will execute the query and fetch the data from the original database.
Expression Columns: If you replaced the Null or Blank value or the value of a column using the Custom Rule option, the expression column will work based on the original value rather than the replaced value. For example, if you create an expression column using a replaced value, it will not change the way the column is displayed in visualizations.
In the following example, the country name “Australia” is replaced with “AUS” and an expression column is created based on the replaced value’s Custom Rule option.
When utilizing this expression column in a widget, it will show the value according to the original value rather than the replaced value.