I’m trying to use the ifelse function with contains instead of equal but I simply don’t know how to do it.
Here is my function :
ifelse(in(campaign,[“_FR”]), “France”, in(campaign,[“_DE”]), “Germany”, in(campaign,[“_IT”]), “Italy”, in(campaign,[“_ES”]), “Spain”,“Others”)
For example, the “_FR” character must be a part of the campaign name, not the exact name.
How can I do ?
I got this administration. It throws an error, i.e. the calculated field can be saved. However, the new values do not appear in the newly arrived calculated field. Can you help me?