I am trying to setup filter for a dimension field and use it in explore.
dimension: fiscal_year_quarter {
type: string
sql: ${TABLE}.“FiscalYearQuarter” ;;
suggest_explore: dim_fiscal_date_v1
suggest_dimension: dim_fiscal_date_v1.FiscalYearQuarter
}
But when I use it in explore it comes back saying no Suggestions Available.
Any Help Appreciated.