Forum Discussion

realiza's avatar
realiza
Frequent Visitor
7 years ago
Solved

Replace Values or Create Table with Map Conditional Formatting

Hi,    I have a table where I have a bg_type column, that I was not able to transform upon load from SQL, so I still have the original values, 'R' or 'U'. R means Rural and U means Urban. This col...
  • parry2k's avatar
    7 years ago

    realiza you can add new custom column to translate your type and use this column in your reports/charts to show full name

     

    if [bg_type] = "R" then "Rural" else "Urban"