Forum Discussion

Philmo123's avatar
Philmo123
Regular Visitor
3 years ago
Solved

Adding Visuals Together

I would like to know if it is possible to sum visuals. I need to add the values of Civils, TRR, etc together to make a summary.   Currently I have been unable to find anything that will let m...
  • amitchandak's avatar
    3 years ago

    Philmo123 , You need to create a new column and use that on axis

     

    Switch( True() ,

    [Column] in {"Civils", "TRR"} , "CivilsTRR",

    [Column]

    )