Am I able to use liquid filters to determine the value of the 'hidden: ' field ?

I would like to use something like this so that I’m able to hide dimensions based on the name of the view.

 dimension_group: started_on {
hidden: "{% if _view._name == 'VIEW NAME' %} yes {% else %} no {% endif %}"
type: time
timeframes: [
raw,
time,
date,
week,
month,
quarter,
year
]
sql: ${TABLE}."STARTED_ON" ;;
0 1 221
1 REPLY 1

I need the same.

Top Labels in this Space
Top Solution Authors