Summary
Need to convert a date field from MM/DD/YYYY to "YYYY-Qx" format.
Content
Hi,
I’m trying to convert a date field from the standard MM/DD/YYYY format into a "YYYY-Qx" format (e.g., "2020-Q1").
I’ve tried using Calendar functions in formulas. While they help extract the year and quarter separately—one column for the year (e.g., "2020") and another for the quarter number (e.g., "1")—I run into trouble when trying to concatenate these into a single column.
When I try to use Concat or a similar function to combine them (like "2020-Q1"), I get a syntax error. It seems the platform doesn't like combining formula-driven fields.
Has anyone successfully done this or found a workaround? Any help would be greatly appreciated!
Thanks,
Stephanie