Forum Discussion
Anonymous
1 year agoNot applicable
Not statement within Conditional Column
Hey! I have a campaign UTM that contains the what I need the same code which is PMAX and PLA. I am trying to seperate these and below is an Example what I am aiming for PMAX= Campaign UTM C...
- 1 year ago
if Text.Contains([Campaign],"PMAX") and not Text.Contains([Campaign] ,"PLA") then "PMAX"
else if not Text.Contains([Campaign],"PMAX") and Text.Contains([Campaign] ,"PLA") then "PLA"
else "undefined"
Anonymous
1 year agoNot applicable
Hi Anonymous,
Just following up to check if the solution shared by our Super User lbendlin helped resolve your issue. If you're still facing difficulties or need further assistance, please let us know — we’re here to help!
If the response addressed your query, we kindly request you to mark it as Accepted Solution and click Yes if you found it helpful. This supports others in the community as well.
Best regards,
Prasanna Kumar