I would like to be able to concatenate in report formulas. For example, creating a custom field that combines release year and quarter into a custom format (yyyy/q)
=concatenate(year(field(release date)),"/",quarter(field(release date)))