How to transclude outputs of macro in a field?

HelIo and Happy New Year!

I am using Dynamic Field to create a table that gives me the sum value of money spending on different categories of things.

For example if I need to display food cost of 2020 I would create a field called “FoodSpending2020” with the following:

{{{ [regexp[.2020.] get[FoodSpending2020]] +[sum[]] }}}

Now I need to put the above value into the table

<<ColumnTable “[enlist[Summary]]” “FoodCost”>>

The output of the table cells looks like below:

Is there anyway to display the output?