Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Visual details expansion

Hi, struggling to understand which way to go here.  I have a pie chart here that shows distribution of NPT value by Equipment failure type.    I would like to show what all these abbrevaiati...
  • tex628's avatar
    6 years ago

    A report column like this should do the trick, 

     

    Column = SWITCH(
    [equip_fail_type], 
    "N" , "Npt" ,
    "EN" , "Equipment Npt" ,
    "E" , "Equipment"
    )