LookML order month name by chronologically

For the dimension time frame, I want to sort the month name by chronologically. how to edit the code below? 

dimension: timeframe{

  type: string
  sql:
  CASE
  WHEN{% parameter timeframe_picker %} = 'Month' THEN CAST(${order_month_name} as string)
  WHEN{% parameter timeframe_picker %} = 'Year' THEN CAST(${order_year} as string)
  END;;
}

0 1 1,533
1 REPLY 1
Top Labels in this Space
Top Solution Authors