Forum Discussion
- KevinSliderQrew TraineeHello, sounds like a Case formula would work for you. let me know if this helps.
Case([NPS Rank],
0,"Detractor",
1,"Detractor",
2,"Detractor",
3,"Detractor",
4,"Detractor",
5,"Detractor",
6,"Detractor",
7,"Neutral",
8,"Neutral",
9,"Promoter",
10,"Promoter") - JassyJacksonQrew TraineeThanks for the update, the field just gives me a number instead of "detractor" etc... it also has an error where it says that it was expecting a number instead of text. What is the "type" for the field?
- KevinSliderQrew TraineeMay I see your formula now?
- KevinSliderQrew TraineePlease confirm the field type is Formula - Text?
- JassyJacksonQrew TraineeThat was the problem :) I had it as numeric. I changed it to Text and it works perfectly. Thanks for your help.