Value_format to remove trailing dot

    dimension: value_num {
      type: number
      value_format: "0.##"
      sql:CAST (${value_string} AS FLOAT64) ;;
    }

The result looks like:

    25. ←  Why “.” ?
    3.19  
    8.3  

How can I remove a trailing dot after 25 ?

0 3 166
3 REPLIES 3
Top Labels in this Space
Top Solution Authors