Hiding some but not all fields in a dimension group

Hi

 I have a date dimension group that has the following structure: 

  dimension_group: date_created {
    type: time
    timeframes: [
      raw,
      time,
      date,
      week,
      month,
      quarter,
      year,
      month_name,
      fiscal_year,
      fiscal_month_num
    ]
    convert_tz: yes
    sql: ${TABLE}.date_created ;;
  }

I would like to hide some fields (week, month, quarter, year)  and still retain the rest of the fields in the explore. I know one can use the hidden: yes parameter for this but this parameter hides ALL the fields. Is there a way around hiding the fields that aren’t wanted for now but still keeping the rest? 

PS: I do not want to remove the unwanted fields from the code entirely. 

1 0 178
0 REPLIES 0
Top Labels in this Space
Top Solution Authors