New Member
Since ‎02-08-2023
‎05-20-2023

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Michael_Smith's Bio

Badges JayKay1 Earned

View all badges

Recent Activity

This would be the logic:e.g.:Casewhen CONTAINS_TEXT(Country drop down,"us") then ((Clicks*0.015*2000)-Cost)when CONTAINS_TEXT(Country drop down,"uk") then ((Clicks*0.018*1500)-Cost)ELSE ((Clicks*0.012*1000)-Cost)ENDSo far I have been getting an error...
Hi there, I have created a custom drop-down list (using CASE WHEN formula) which groups campaigns together based on the country where they are present. However, now I would like to create a custom statement for each selection of such: e.g. IF the sel...