Hi,
I am trying to get 2018 Q2 from this expression
CONCAT(CAST(YEAR(CURRENT_DATE) as CHAR),' Q',CAST(QUARTER_OF_YEAR(CURRENT_DATE) AS CHAR))
However I am getting "Formula syntax is invalid." error
If I use first two or last 2 of the concat string it works but all three together not working.
Any thoughts whats wrong here.