• If I've understood correctly you just need to amend the select list for those two columns:

    ACTLABCOST = case when ACTLABCOST = 0.00 then .00 else ACTLABCOST end,

    ACTMATCOST = case when ACTMATCOST = 0.00 then .00 else ACTMATCOST end,