Forum Discussion

colintemlett's avatar
colintemlett
Regular Visitor
3 years ago
Solved

Table Total

Hi   Is it possible to do a specific callcualtion for a row/colum total Per below i need the total NBCP value to being the Total RFS/Total NWB = 435 and not the sum of that column??   Help will ...
  • PabloDeheza's avatar
    PabloDeheza
    3 years ago

    Hey!

    That would be something like this:

    CALCULATE(
    	SUM( YourColumnToSum),
    	ColumnwithText = "YourWord"
    )

    Let me know if that helps!