| March 2021 | Sum | Time |
| Sales | 300 | MTD |
| March 2021 | Sum | Time |
| Sales | 800 | YTD |
This is a table grouped by Time.
In the Basic Table Tool I've tried creating a formula for the field "March 2021" as follows:
IF [Time] = "MTD"
THEN [_CurrentFieldName_] + " MTD"
ELSE [_CurrentFieldName_] + " YTD"
ENDIF
But the field name won't change. I'm just trying to make the table look a little nicer