Use different locales for each timeframes

Greetings!

I am currently applying a locale to my dashboards. Everything is working fine, except for that.

I have a datetime dimension like this: 

  dimension_group: issue_date {
    type: time
    label: “issue_date”
    timeframes: [
      raw,
      time,
      date,
      hour,
      week,
      month,
      quarter,
      year
    ]
    datatype: datetime
    sql: ${TABLE}.issue_date ;;
  }

This dimension is used in some charts, in multiple timeframes.

I wanted to apply locale to each timeframe (e.g. `month` should be `mes` and `year`should be `ano`). Is that possible?

1 2 733
2 REPLIES 2
Top Labels in this Space
Top Solution Authors