html rendered_value in dimension not respecting date format

Not sure if it began today but I have the following set up for dates in my view:

dimension: this_date {

  type: date

  html: {{ rendered_value | date: “%b-%y” }}

  sql: ...

}

However, the output now comes out in this format:

%Y-%m-%d

No code changes on my end. 

Solved Solved
0 4 1,057
1 ACCEPTED SOLUTION

You can override this by adding new_lookml_runtime: no to your manifest file. 

View solution in original post

4 REPLIES 4
Top Labels in this Space
Top Solution Authors