Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
3 years ago

Custom Column - combine two query function

Hi, I have a standard date column named "MyDate" I want to create a custom column with year + quarter number,  like: 2023 Q1 If I use this, it is working well: Date.Year([MyDate])  I am getting ye...