I just want to create Trend Visualization Using Custom Variable to Filter It.
But The description of Time Frame it shows full of Date Format, i expected it shows only year ('YYYY'). It is different with metabase question that can show only year format.
if i using metabase question to make trend visualization, i cant create custom variable for filter it.
I use PostgreSQL and want to filter by year only, so I created a filter for the year as text using the WHERE condition in the SQL query. The problem is when I use the SQL query to visualize trends, the date format changes to the full date instead of displaying year only. is ther any workaround to solve this ?