Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 6 years ago
A report column like this should do the trick,
Column = SWITCH( [equip_fail_type], "N" , "Npt" , "EN" , "Equipment Npt" , "E" , "Equipment" )