Forum Discussion

Hadill's avatar
Hadill
Icon for Helper I rankHelper I
4 years ago
Solved

If-else-else Error

I tried many ways to write the If- else quiery, and ever time I get the same error an I dont know the reason, I think I apply the right quirey. Is anybody have any explanation for that?   Thanks i...
  • BA_Pete's avatar
    BA_Pete
    4 years ago

    Hi Hadill ,

     

    Try pasting this into a new custom column window:

    if [Funnel Status] = "Booked" or [Funnel Status] = "Signed" or [Funnel Status] = "Committed" then "Forecast" else "Active"

     

    Pete