I have a grid which has 3 Nodes. CAPEX/OPEX and REVEX. Currently it is showing total for all 3 nodes but i want to show total for only CAPEX and OPEX. How do i achieve this functionality in grid. ?
You want to hide the cells under Total column for REVEX? Is that the wanted behavior? Or you want the behavior as in this example, but only for the CAPEX/OPEX?
Lets Say CAPEX has $25, OPEX has $100 and REVEX has $100 then at the bottom where we show Grand total. I would like to show only (CAPEX + OPEX) =$125 instead of grand total of $225